Html Css Color HEX #B60118 Venetian Red

📋 copy color: '#B60118'

red 182 ◦ green 1 ◦ blue 24

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

Shades of Venetian Red #B60118

Tints of Venetian Red #B60118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

 BLUE value IS 24 (9.77% from 255) = 11.59%

R = 87.92%
G = 0.48%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B60118 (or 0xB60118) is known color: Venetian Red. HEX triplet: B6, 01 and 18. RGB value is (182,1,24). Sum of RGB (Red+Green+Blue) = 182+1+24=207 (27% of max value = 765). Red value is 182 (71.48% from 255 or 87.92% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 182 - color contains mainly: red. Hex color #B60118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60118 is #49FEE7. Grayscale: #393939. Windows color (decimal): -4849384 or 1573302. OLE color: 1573302.

HSL color Cylindrical-coordinate representation of color #B60118: hue angle of 352.38º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B60118 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 1 24 -
CMYK 0 0.99 0.87 0.29
HSL 352.38º 0.99% 0.36% -
HSV(B) 352.38º 0.99% 0.71% -
XYZ 19.47 10.03 1.77 -
YUV 57.74 108.97 216.63 -
System Red Green Blue C M Y K H S L
Decimal 182 1 24 0 0.99 0.87 0.29 352.38 0.99 0.36
Hex B6 1 18 0 63 57 1D 160 63 24
Octal 266 1 30 0 143 127 35 540 143 44
Binary 10110110 1 11000 0 1100011 1010111 11101 101100000 1100011 100100

Color Harmonies of #B60118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60118

Black with #B60118

Text Example


Text Example

White with #B60118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60118; }

 p { color: rgb(182,1,24); }

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

background-color css

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

 a { background-color: rgb(182,1,24); }

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

border-color css

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

 span { border-color: rgb(182,1,24); }

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