Html Css Color HEX #B80003 Venetian Red

📋 copy color: '#B80003'

red 184 ◦ green 0 ◦ blue 3

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

Shades of Venetian Red #B80003

Tints of Venetian Red #B80003

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 98.4%
G = 0%
B = 1.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B80003 (or 0xB80003) is known color: Venetian Red. HEX triplet: B8, 00 and 03. RGB value is (184,0,3). Sum of RGB (Red+Green+Blue) = 184+0+3=187 (24% of max value = 765). Red value is 184 (72.27% from 255 or 98.40% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 184 - color contains mainly: red. Hex color #B80003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80003 is #47FFFC. Grayscale: #373737. Windows color (decimal): -4718589 or 196792. OLE color: 196792.

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

Color convert

RGB 184 0 3 -
CMYK 0 1 0.98 0.28
HSL 359.02º 1% 0.36% -
HSV(B) 359.02º 1% 0.72% -
XYZ 19.78 10.2 1.01 -
YUV 55.36 98.46 219.76 -
System Red Green Blue C M Y K H S L
Decimal 184 0 3 0 1 0.98 0.28 359.02 1 0.36
Hex B8 0 3 0 64 62 1C 167 64 24
Octal 270 0 3 0 144 142 34 547 144 44
Binary 10111000 0 11 0 1100100 1100010 11100 101100111 1100100 100100

Color Harmonies of #B80003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80003

Black with #B80003

Text Example


Text Example

White with #B80003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80003; }

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

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

background-color css

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

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

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

border-color css

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

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

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