Html Css Color HEX #B10002 Venetian Red

📋 copy color: '#B10002'

red 177 ◦ green 0 ◦ blue 2

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

Shades of Venetian Red #B10002

Tints of Venetian Red #B10002

RGB

 RED value IS 177 (69.53% from 255) = 98.88%

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

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

R = 98.88%
G = 0%
B = 1.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B10002 (or 0xB10002) is known color: Venetian Red. HEX triplet: B1, 00 and 02. RGB value is (177,0,2). Sum of RGB (Red+Green+Blue) = 177+0+2=179 (23% of max value = 765). Red value is 177 (69.53% from 255 or 98.88% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 177 - color contains mainly: red. Hex color #B10002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10002 is #4EFFFD. Grayscale: #353535. Windows color (decimal): -5177342 or 131249. OLE color: 131249.

HSL color Cylindrical-coordinate representation of color #B10002: hue angle of 359.32º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B10002 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 0 2 -
CMYK 0 1 0.99 0.31
HSL 359.32º 1% 0.35% -
HSV(B) 359.32º 1% 0.69% -
XYZ 18.14 9.35 0.91 -
YUV 53.15 99.14 216.34 -
System Red Green Blue C M Y K H S L
Decimal 177 0 2 0 1 0.99 0.31 359.32 1 0.35
Hex B1 0 2 0 64 63 1F 167 64 23
Octal 261 0 2 0 144 143 37 547 144 43
Binary 10110001 0 10 0 1100100 1100011 11111 101100111 1100100 100011

Color Harmonies of #B10002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10002

Black with #B10002

Text Example


Text Example

White with #B10002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10002; }

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

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

background-color css

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

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

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

border-color css

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

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

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