Html Css Color HEX #B40608 Venetian Red

📋 copy color: '#B40608'

red 180 ◦ green 6 ◦ blue 8

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

Shades of Venetian Red #B40608

Tints of Venetian Red #B40608

RGB

 RED value IS 180 (70.7% from 255) = 92.78%

 GREEN value IS 6 (2.73% from 255) = 3.09%

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

R = 92.78%
G = 3.09%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B40608 (or 0xB40608) is known color: Venetian Red. HEX triplet: B4, 06 and 08. RGB value is (180,6,8). Sum of RGB (Red+Green+Blue) = 180+6+8=194 (25% of max value = 765). Red value is 180 (70.70% from 255 or 92.78% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 8 (3.52% from 255 or 4.12% from 194); Max value from RGB is 180 - color contains mainly: red. Hex color #B40608 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40608 is #4BF9F7. Grayscale: #3A3A3A. Windows color (decimal): -4979192 or 526004. OLE color: 526004.

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

Color convert

RGB 180 6 8 -
CMYK 0 0.97 0.96 0.29
HSL 359.31º 0.94% 0.36% -
HSV(B) 359.31º 0.97% 0.71% -
XYZ 18.93 9.85 1.13 -
YUV 58.25 99.65 214.84 -
System Red Green Blue C M Y K H S L
Decimal 180 6 8 0 0.97 0.96 0.29 359.31 0.94 0.36
Hex B4 6 8 0 61 60 1D 167 5E 24
Octal 264 6 10 0 141 140 35 547 136 44
Binary 10110100 110 1000 0 1100001 1100000 11101 101100111 1011110 100100

Color Harmonies of #B40608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40608

Black with #B40608

Text Example


Text Example

White with #B40608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40608; }

 p { color: rgb(180,6,8); }

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

background-color css

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

 a { background-color: rgb(180,6,8); }

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

border-color css

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

 span { border-color: rgb(180,6,8); }

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