Html Css Color HEX #B60512 Venetian Red

📋 copy color: '#B60512'

red 182 ◦ green 5 ◦ blue 18

#B60512
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #B60512

Tints of Venetian Red #B60512

RGB

 RED value IS 182 (71.48% from 255) = 88.78%

 GREEN value IS 5 (2.34% from 255) = 2.44%

 BLUE value IS 18 (7.42% from 255) = 8.78%

R = 88.78%
G = 2.44%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B60512 (or 0xB60512) is known color: Venetian Red. HEX triplet: B6, 05 and 12. RGB value is (182,5,18). Sum of RGB (Red+Green+Blue) = 182+5+18=205 (27% of max value = 765). Red value is 182 (71.48% from 255 or 88.78% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 182 - color contains mainly: red. Hex color #B60512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60512 is #49FAED. Grayscale: #3B3B3B. Windows color (decimal): -4848366 or 1181110. OLE color: 1181110.

HSL color Cylindrical-coordinate representation of color #B60512: hue angle of 355.59º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B60512 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 5 18 -
CMYK 0 0.97 0.90 0.29
HSL 355.59º 0.95% 0.37% -
HSV(B) 355.59º 0.97% 0.71% -
XYZ 19.45 10.1 1.5 -
YUV 59.41 104.64 215.44 -
System Red Green Blue C M Y K H S L
Decimal 182 5 18 0 0.97 0.90 0.29 355.59 0.95 0.37
Hex B6 5 12 0 61 5A 1D 164 5F 25
Octal 266 5 22 0 141 132 35 544 137 45
Binary 10110110 101 10010 0 1100001 1011010 11101 101100100 1011111 100101

Color Harmonies of #B60512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60512

Black with #B60512

Text Example


Text Example

White with #B60512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60512; }

 p { color: rgb(182,5,18); }

 H1.HeaderClassName
 {
   color: #B60512;
 }
 .AnyTagClassName
 {
   color: #B60512;
 }
</style>

background-color css

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

 a { background-color: rgb(182,5,18); }

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

border-color css

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

 span { border-color: rgb(182,5,18); }

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