Html Css Color HEX #B10003 Venetian Red

📋 copy color: '#B10003'

red 177 ◦ green 0 ◦ blue 3

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

Shades of Venetian Red #B10003

Tints of Venetian Red #B10003

RGB

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

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

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

R = 98.33%
G = 0%
B = 1.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B10003 (or 0xB10003) is known color: Venetian Red. HEX triplet: B1, 00 and 03. RGB value is (177,0,3). Sum of RGB (Red+Green+Blue) = 177+0+3=180 (23% of max value = 765). Red value is 177 (69.53% from 255 or 98.33% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 3 (1.56% from 255 or 1.67% from 180); Max value from RGB is 177 - color contains mainly: red. Hex color #B10003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10003 is #4EFFFC. Grayscale: #353535. Windows color (decimal): -5177341 or 196785. OLE color: 196785.

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

Color convert

RGB 177 0 3 -
CMYK 0 1 0.98 0.31
HSL 358.98º 1% 0.35% -
HSV(B) 358.98º 1% 0.69% -
XYZ 18.15 9.35 0.94 -
YUV 53.27 99.64 216.26 -
System Red Green Blue C M Y K H S L
Decimal 177 0 3 0 1 0.98 0.31 358.98 1 0.35
Hex B1 0 3 0 64 62 1F 167 64 23
Octal 261 0 3 0 144 142 37 547 144 43
Binary 10110001 0 11 0 1100100 1100010 11111 101100111 1100100 100011

Color Harmonies of #B10003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10003

Black with #B10003

Text Example


Text Example

White with #B10003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10003; }

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

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

background-color css

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

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

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

border-color css

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

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

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