Html Css Color HEX #B40009 Venetian Red

📋 copy color: '#B40009'

red 180 ◦ green 0 ◦ blue 9

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

Shades of Venetian Red #B40009

Tints of Venetian Red #B40009

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 9 (3.91% from 255) = 4.76%

R = 95.24%
G = 0%
B = 4.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B40009 (or 0xB40009) is known color: Venetian Red. HEX triplet: B4, 00 and 09. RGB value is (180,0,9). Sum of RGB (Red+Green+Blue) = 180+0+9=189 (25% of max value = 765). Red value is 180 (70.70% from 255 or 95.24% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 9 (3.91% from 255 or 4.76% from 189); Max value from RGB is 180 - color contains mainly: red. Hex color #B40009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40009 is #4BFFF6. Grayscale: #363636. Windows color (decimal): -4980727 or 590004. OLE color: 590004.

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

Color convert

RGB 180 0 9 -
CMYK 0 1 0.95 0.29
HSL 357º 1% 0.35% -
HSV(B) 357º 1% 0.71% -
XYZ 18.87 9.72 1.14 -
YUV 54.85 102.13 217.27 -
System Red Green Blue C M Y K H S L
Decimal 180 0 9 0 1 0.95 0.29 357 1 0.35
Hex B4 0 9 0 64 5F 1D 165 64 23
Octal 264 0 11 0 144 137 35 545 144 43
Binary 10110100 0 1001 0 1100100 1011111 11101 101100101 1100100 100011

Color Harmonies of #B40009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40009

Black with #B40009

Text Example


Text Example

White with #B40009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40009; }

 p { color: rgb(180,0,9); }

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

background-color css

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

 a { background-color: rgb(180,0,9); }

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

border-color css

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

 span { border-color: rgb(180,0,9); }

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