Html Css Color HEX #B80203 Venetian Red

📋 copy color: '#B80203'

red 184 ◦ green 2 ◦ blue 3

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

Shades of Venetian Red #B80203

Tints of Venetian Red #B80203

RGB

 RED value IS 184 (72.27% from 255) = 97.35%

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

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

R = 97.35%
G = 1.06%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B80203 (or 0xB80203) is known color: Venetian Red. HEX triplet: B8, 02 and 03. RGB value is (184,2,3). Sum of RGB (Red+Green+Blue) = 184+2+3=189 (25% of max value = 765). Red value is 184 (72.27% from 255 or 97.35% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 3 (1.56% from 255 or 1.59% from 189); Max value from RGB is 184 - color contains mainly: red. Hex color #B80203 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80203 is #47FDFC. Grayscale: #383838. Windows color (decimal): -4718077 or 197304. OLE color: 197304.

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

Color convert

RGB 184 2 3 -
CMYK 0 0.99 0.98 0.28
HSL 359.67º 0.98% 0.36% -
HSV(B) 359.67º 0.99% 0.72% -
XYZ 19.81 10.24 1.02 -
YUV 56.53 97.8 218.92 -
System Red Green Blue C M Y K H S L
Decimal 184 2 3 0 0.99 0.98 0.28 359.67 0.98 0.36
Hex B8 2 3 0 63 62 1C 168 62 24
Octal 270 2 3 0 143 142 34 550 142 44
Binary 10111000 10 11 0 1100011 1100010 11100 101101000 1100010 100100

Color Harmonies of #B80203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80203

Black with #B80203

Text Example


Text Example

White with #B80203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80203; }

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

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

background-color css

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

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

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

border-color css

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

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

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