Html Css Color HEX #B40912 Venetian Red

📋 copy color: '#B40912'

red 180 ◦ green 9 ◦ blue 18

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

Shades of Venetian Red #B40912

Tints of Venetian Red #B40912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.7%

R = 86.96%
G = 4.35%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B40912 (or 0xB40912) is known color: Venetian Red. HEX triplet: B4, 09 and 12. RGB value is (180,9,18). Sum of RGB (Red+Green+Blue) = 180+9+18=207 (27% of max value = 765). Red value is 180 (70.70% from 255 or 86.96% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 180 - color contains mainly: red. Hex color #B40912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40912 is #4BF6ED. Grayscale: #3D3D3D. Windows color (decimal): -4978414 or 1182132. OLE color: 1182132.

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

Color convert

RGB 180 9 18 -
CMYK 0 0.95 0.9 0.29
HSL 356.84º 0.9% 0.37% -
HSV(B) 356.84º 0.95% 0.71% -
XYZ 19.03 9.94 1.49 -
YUV 61.16 103.65 212.77 -
System Red Green Blue C M Y K H S L
Decimal 180 9 18 0 0.95 0.9 0.29 356.84 0.9 0.37
Hex B4 9 12 0 5F 5A 1D 165 5A 25
Octal 264 11 22 0 137 132 35 545 132 45
Binary 10110100 1001 10010 0 1011111 1011010 11101 101100101 1011010 100101

Color Harmonies of #B40912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40912

Black with #B40912

Text Example


Text Example

White with #B40912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40912; }

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

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

background-color css

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

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

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

border-color css

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

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

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