Html Css Color HEX #B40206 Venetian Red

📋 copy color: '#B40206'

red 180 ◦ green 2 ◦ blue 6

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

Shades of Venetian Red #B40206

Tints of Venetian Red #B40206

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

 BLUE value IS 6 (2.73% from 255) = 3.19%

R = 95.74%
G = 1.06%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B40206 (or 0xB40206) is known color: Venetian Red. HEX triplet: B4, 02 and 06. RGB value is (180,2,6). Sum of RGB (Red+Green+Blue) = 180+2+6=188 (24% of max value = 765). Red value is 180 (70.70% from 255 or 95.74% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 6 (2.73% from 255 or 3.19% from 188); Max value from RGB is 180 - color contains mainly: red. Hex color #B40206 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40206 is #4BFDF9. Grayscale: #373737. Windows color (decimal): -4980218 or 393908. OLE color: 393908.

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

Color convert

RGB 180 2 6 -
CMYK 0 0.99 0.97 0.29
HSL 358.65º 0.98% 0.36% -
HSV(B) 358.65º 0.99% 0.71% -
XYZ 18.88 9.76 1.06 -
YUV 55.68 99.97 216.67 -
System Red Green Blue C M Y K H S L
Decimal 180 2 6 0 0.99 0.97 0.29 358.65 0.98 0.36
Hex B4 2 6 0 63 61 1D 167 62 24
Octal 264 2 6 0 143 141 35 547 142 44
Binary 10110100 10 110 0 1100011 1100001 11101 101100111 1100010 100100

Color Harmonies of #B40206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40206

Black with #B40206

Text Example


Text Example

White with #B40206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40206; }

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

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

background-color css

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

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

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

border-color css

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

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

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