#B30025

Color #B30025 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #B30025

Tints of Venetian Red #B30025

Color information

#B30025 (or 0xB30025) is unknown color: approx Venetian Red. HEX triplet: B3, 00 and 25. RGB value is (179,0,37). Sum of RGB (Red+Green+Blue) = 179+0+37=216 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.87% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 37 (14.84% from 255 or 17.13% from 216); Max value from RGB is 179 - color contains mainly: red. Hex color #B30025 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30025 is #4CFFDA. Grayscale: #393939. Windows color (decimal): -5046235 or 2425011. OLE color: 2425011.

HSL color Cylindrical-coordinate representation of color #B30025: hue angle of 347.6º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B30025 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB179037-
CMYK010.790.30
HSL347.6º100%35.1%-
HSV(B)347.6º100%70.2%-
XYZ18.929.722.63-
YUV57.74116.3214.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 82.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 17.13%
R=82.87%
G=0%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179037010.790.30347.610035.1
HexB30250644F1E15c6423
Octal26304501441173653414443
Binary101100110100101011001001001111111101010111001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30025; }

 p { color: rgb(179,0,37); }

 H1.HeaderClassName
 {
   color: #B30025;
 }
 .AnyTagClassName
 {
   color: #B30025;
 }
</style>
background-color css

<style>
 a { background-color: #B30025; }

 a { background-color: rgb(179,0,37); }

 div.DivClassName
 {
   background-color: #B30025;
 }
 .BgClassName
 {
   background-color: #B30025;
 }
</style>
border-color css

<style>
 span { border-color: #B30025; }

 span { border-color: rgb(179,0,37); }

 td.TdClassName
 {
   border-color: #B30025;
 }
 .TagClassName
 {
   border-color: #B30025;
 }
</style>