Html Css Color HEX #B40204 Venetian Red

📋 copy color: '#B40204'

red 180 ◦ green 2 ◦ blue 4

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

Shades of Venetian Red #B40204

Tints of Venetian Red #B40204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.15%

R = 96.77%
G = 1.08%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B40204 (or 0xB40204) is known color: Venetian Red. HEX triplet: B4, 02 and 04. RGB value is (180,2,4). Sum of RGB (Red+Green+Blue) = 180+2+4=186 (24% of max value = 765). Red value is 180 (70.70% from 255 or 96.77% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 180 - color contains mainly: red. Hex color #B40204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40204 is #4BFDFB. Grayscale: #373737. Windows color (decimal): -4980220 or 262836. OLE color: 262836.

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

Color convert

RGB 180 2 4 -
CMYK 0 0.99 0.98 0.29
HSL 359.33º 0.98% 0.36% -
HSV(B) 359.33º 0.99% 0.71% -
XYZ 18.87 9.76 1 -
YUV 55.45 98.97 216.84 -
System Red Green Blue C M Y K H S L
Decimal 180 2 4 0 0.99 0.98 0.29 359.33 0.98 0.36
Hex B4 2 4 0 63 62 1D 167 62 24
Octal 264 2 4 0 143 142 35 547 142 44
Binary 10110100 10 100 0 1100011 1100010 11101 101100111 1100010 100100

Color Harmonies of #B40204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40204

Black with #B40204

Text Example


Text Example

White with #B40204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40204; }

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

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

background-color css

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

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

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

border-color css

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

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

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