Html Css Color HEX #B40928 Venetian Red

📋 copy color: '#B40928'

red 180 ◦ green 9 ◦ blue 40

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

Shades of Venetian Red #B40928

Tints of Venetian Red #B40928

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.93%

 BLUE value IS 40 (16.02% from 255) = 17.47%

R = 78.6%
G = 3.93%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B40928 (or 0xB40928) is known color: Venetian Red. HEX triplet: B4, 09 and 28. RGB value is (180,9,40). Sum of RGB (Red+Green+Blue) = 180+9+40=229 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.60% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 180 - color contains mainly: red. Hex color #B40928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40928 is #4BF6D7. Grayscale: #3F3F3F. Windows color (decimal): -4978392 or 2623924. OLE color: 2623924.

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

Color convert

RGB 180 9 40 -
CMYK 0 0.95 0.78 0.29
HSL 349.12º 0.9% 0.37% -
HSV(B) 349.12º 0.95% 0.71% -
XYZ 19.3 10.05 2.93 -
YUV 63.66 114.65 210.98 -
System Red Green Blue C M Y K H S L
Decimal 180 9 40 0 0.95 0.78 0.29 349.12 0.9 0.37
Hex B4 9 28 0 5F 4E 1D 15D 5A 25
Octal 264 11 50 0 137 116 35 535 132 45
Binary 10110100 1001 101000 0 1011111 1001110 11101 101011101 1011010 100101

Color Harmonies of #B40928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40928

Black with #B40928

Text Example


Text Example

White with #B40928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40928; }

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

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

background-color css

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

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

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

border-color css

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

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

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