Html Css Color HEX #B40409 Venetian Red

📋 copy color: '#B40409'

red 180 ◦ green 4 ◦ blue 9

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

Shades of Venetian Red #B40409

Tints of Venetian Red #B40409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.07%

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

R = 93.26%
G = 2.07%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B40409 (or 0xB40409) is known color: Venetian Red. HEX triplet: B4, 04 and 09. RGB value is (180,4,9). Sum of RGB (Red+Green+Blue) = 180+4+9=193 (25% of max value = 765). Red value is 180 (70.70% from 255 or 93.26% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 9 (3.91% from 255 or 4.66% from 193); Max value from RGB is 180 - color contains mainly: red. Hex color #B40409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40409 is #4BFBF6. Grayscale: #393939. Windows color (decimal): -4979703 or 591028. OLE color: 591028.

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

Color convert

RGB 180 4 9 -
CMYK 0 0.98 0.95 0.29
HSL 358.3º 0.96% 0.36% -
HSV(B) 358.3º 0.98% 0.71% -
XYZ 18.92 9.81 1.15 -
YUV 57.19 100.81 215.59 -
System Red Green Blue C M Y K H S L
Decimal 180 4 9 0 0.98 0.95 0.29 358.3 0.96 0.36
Hex B4 4 9 0 62 5F 1D 166 60 24
Octal 264 4 11 0 142 137 35 546 140 44
Binary 10110100 100 1001 0 1100010 1011111 11101 101100110 1100000 100100

Color Harmonies of #B40409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40409

Black with #B40409

Text Example


Text Example

White with #B40409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40409; }

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

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

background-color css

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

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

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

border-color css

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

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

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