Html Css Color HEX #B90002 Venetian Red

📋 copy color: '#B90002'

red 185 ◦ green 0 ◦ blue 2

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

Shades of Venetian Red #B90002

Tints of Venetian Red #B90002

RGB

 RED value IS 185 (72.66% from 255) = 98.93%

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

 BLUE value IS 2 (1.17% from 255) = 1.07%

R = 98.93%
G = 0%
B = 1.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B90002 (or 0xB90002) is known color: Venetian Red. HEX triplet: B9, 00 and 02. RGB value is (185,0,2). Sum of RGB (Red+Green+Blue) = 185+0+2=187 (24% of max value = 765). Red value is 185 (72.66% from 255 or 98.93% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 185 - color contains mainly: red. Hex color #B90002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90002 is #46FFFD. Grayscale: #373737. Windows color (decimal): -4653054 or 131257. OLE color: 131257.

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

Color convert

RGB 185 0 2 -
CMYK 0 1 0.99 0.27
HSL 359.35º 1% 0.36% -
HSV(B) 359.35º 1% 0.73% -
XYZ 20.02 10.32 0.99 -
YUV 55.54 97.79 220.34 -
System Red Green Blue C M Y K H S L
Decimal 185 0 2 0 1 0.99 0.27 359.35 1 0.36
Hex B9 0 2 0 64 63 1B 167 64 24
Octal 271 0 2 0 144 143 33 547 144 44
Binary 10111001 0 10 0 1100100 1100011 11011 101100111 1100100 100100

Color Harmonies of #B90002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90002

Black with #B90002

Text Example


Text Example

White with #B90002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90002; }

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

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

background-color css

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

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

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

border-color css

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

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

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