Html Css Color HEX #B60108 Venetian Red

📋 copy color: '#B60108'

red 182 ◦ green 1 ◦ blue 8

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

Shades of Venetian Red #B60108

Tints of Venetian Red #B60108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.19%

R = 95.29%
G = 0.52%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B60108 (or 0xB60108) is known color: Venetian Red. HEX triplet: B6, 01 and 08. RGB value is (182,1,8). Sum of RGB (Red+Green+Blue) = 182+1+8=191 (25% of max value = 765). Red value is 182 (71.48% from 255 or 95.29% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 8 (3.52% from 255 or 4.19% from 191); Max value from RGB is 182 - color contains mainly: red. Hex color #B60108 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60108 is #49FEF7. Grayscale: #383838. Windows color (decimal): -4849400 or 524726. OLE color: 524726.

HSL color Cylindrical-coordinate representation of color #B60108: hue angle of 357.68º 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 #B60108 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 1 8 -
CMYK 0 0.99 0.96 0.29
HSL 357.68º 0.99% 0.36% -
HSV(B) 357.68º 0.99% 0.71% -
XYZ 19.35 9.98 1.14 -
YUV 55.92 100.97 217.93 -
System Red Green Blue C M Y K H S L
Decimal 182 1 8 0 0.99 0.96 0.29 357.68 0.99 0.36
Hex B6 1 8 0 63 60 1D 166 63 24
Octal 266 1 10 0 143 140 35 546 143 44
Binary 10110110 1 1000 0 1100011 1100000 11101 101100110 1100011 100100

Color Harmonies of #B60108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60108

Black with #B60108

Text Example


Text Example

White with #B60108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60108; }

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

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

background-color css

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

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

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

border-color css

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

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

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