Html Css Color HEX #B40203 Venetian Red

📋 copy color: '#B40203'

red 180 ◦ green 2 ◦ blue 3

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

Shades of Venetian Red #B40203

Tints of Venetian Red #B40203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.62%

R = 97.3%
G = 1.08%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B40203 (or 0xB40203) is known color: Venetian Red. HEX triplet: B4, 02 and 03. RGB value is (180,2,3). Sum of RGB (Red+Green+Blue) = 180+2+3=185 (24% of max value = 765). Red value is 180 (70.70% from 255 or 97.30% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 180 - color contains mainly: red. Hex color #B40203 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40203 is #4BFDFC. Grayscale: #373737. Windows color (decimal): -4980221 or 197300. OLE color: 197300.

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

Color convert

RGB 180 2 3 -
CMYK 0 0.99 0.98 0.29
HSL 359.66º 0.98% 0.36% -
HSV(B) 359.66º 0.99% 0.71% -
XYZ 18.86 9.75 0.97 -
YUV 55.34 98.47 216.92 -
System Red Green Blue C M Y K H S L
Decimal 180 2 3 0 0.99 0.98 0.29 359.66 0.98 0.36
Hex B4 2 3 0 63 62 1D 168 62 24
Octal 264 2 3 0 143 142 35 550 142 44
Binary 10110100 10 11 0 1100011 1100010 11101 101101000 1100010 100100

Color Harmonies of #B40203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40203

Black with #B40203

Text Example


Text Example

White with #B40203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40203; }

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

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

background-color css

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

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

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

border-color css

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

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

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