Html Css Color HEX #B90003 Venetian Red

📋 copy color: '#B90003'

red 185 ◦ green 0 ◦ blue 3

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

Shades of Venetian Red #B90003

Tints of Venetian Red #B90003

RGB

 RED value IS 185 (72.66% 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.27

RGB Variations

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

Color information

#B90003 (or 0xB90003) is known color: Venetian Red. HEX triplet: B9, 00 and 03. RGB value is (185,0,3). Sum of RGB (Red+Green+Blue) = 185+0+3=188 (24% of max value = 765). Red value is 185 (72.66% from 255 or 98.40% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 3 (1.56% from 255 or 1.60% from 188); Max value from RGB is 185 - color contains mainly: red. Hex color #B90003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90003 is #46FFFC. Grayscale: #373737. Windows color (decimal): -4653053 or 196793. OLE color: 196793.

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

Color convert

RGB 185 0 3 -
CMYK 0 1 0.98 0.27
HSL 359.03º 1% 0.36% -
HSV(B) 359.03º 1% 0.73% -
XYZ 20.02 10.32 1.02 -
YUV 55.66 98.29 220.26 -
System Red Green Blue C M Y K H S L
Decimal 185 0 3 0 1 0.98 0.27 359.03 1 0.36
Hex B9 0 3 0 64 62 1B 167 64 24
Octal 271 0 3 0 144 142 33 547 144 44
Binary 10111001 0 11 0 1100100 1100010 11011 101100111 1100100 100100

Color Harmonies of #B90003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90003

Black with #B90003

Text Example


Text Example

White with #B90003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90003; }

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

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

background-color css

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

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

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

border-color css

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

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

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