Html Css Color HEX #B40809 Venetian Red

📋 copy color: '#B40809'

red 180 ◦ green 8 ◦ blue 9

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

Shades of Venetian Red #B40809

Tints of Venetian Red #B40809

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.06%

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

R = 91.37%
G = 4.06%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B40809 (or 0xB40809) is known color: Venetian Red. HEX triplet: B4, 08 and 09. RGB value is (180,8,9). Sum of RGB (Red+Green+Blue) = 180+8+9=197 (26% of max value = 765). Red value is 180 (70.70% from 255 or 91.37% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 9 (3.91% from 255 or 4.57% from 197); Max value from RGB is 180 - color contains mainly: red. Hex color #B40809 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40809 is #4BF7F6. Grayscale: #3B3B3B. Windows color (decimal): -4978679 or 592052. OLE color: 592052.

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

Color convert

RGB 180 8 9 -
CMYK 0 0.96 0.95 0.29
HSL 359.65º 0.91% 0.37% -
HSV(B) 359.65º 0.96% 0.71% -
XYZ 18.96 9.9 1.17 -
YUV 59.54 99.48 213.92 -
System Red Green Blue C M Y K H S L
Decimal 180 8 9 0 0.96 0.95 0.29 359.65 0.91 0.37
Hex B4 8 9 0 60 5F 1D 168 5B 25
Octal 264 10 11 0 140 137 35 550 133 45
Binary 10110100 1000 1001 0 1100000 1011111 11101 101101000 1011011 100101

Color Harmonies of #B40809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40809

Black with #B40809

Text Example


Text Example

White with #B40809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40809; }

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

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

background-color css

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

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

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

border-color css

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

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

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