Html Css Color HEX #B40213 Venetian Red

📋 copy color: '#B40213'

red 180 ◦ green 2 ◦ blue 19

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

Shades of Venetian Red #B40213

Tints of Venetian Red #B40213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

 BLUE value IS 19 (7.81% from 255) = 9.45%

R = 89.55%
G = 1%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B40213 (or 0xB40213) is known color: Venetian Red. HEX triplet: B4, 02 and 13. RGB value is (180,2,19). Sum of RGB (Red+Green+Blue) = 180+2+19=201 (26% of max value = 765). Red value is 180 (70.70% from 255 or 89.55% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 180 - color contains mainly: red. Hex color #B40213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40213 is #4BFDEC. Grayscale: #393939. Windows color (decimal): -4980205 or 1245876. OLE color: 1245876.

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

Color convert

RGB 180 2 19 -
CMYK 0 0.99 0.89 0.29
HSL 354.27º 0.98% 0.36% -
HSV(B) 354.27º 0.99% 0.71% -
XYZ 18.96 9.79 1.51 -
YUV 57.16 106.47 215.62 -
System Red Green Blue C M Y K H S L
Decimal 180 2 19 0 0.99 0.89 0.29 354.27 0.98 0.36
Hex B4 2 13 0 63 59 1D 162 62 24
Octal 264 2 23 0 143 131 35 542 142 44
Binary 10110100 10 10011 0 1100011 1011001 11101 101100010 1100010 100100

Color Harmonies of #B40213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40213

Black with #B40213

Text Example


Text Example

White with #B40213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40213; }

 p { color: rgb(180,2,19); }

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

background-color css

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

 a { background-color: rgb(180,2,19); }

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

border-color css

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

 span { border-color: rgb(180,2,19); }

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