Html Css Color HEX #B10208 Venetian Red

📋 copy color: '#B10208'

red 177 ◦ green 2 ◦ blue 8

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

Shades of Venetian Red #B10208

Tints of Venetian Red #B10208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.28%

R = 94.65%
G = 1.07%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B10208 (or 0xB10208) is known color: Venetian Red. HEX triplet: B1, 02 and 08. RGB value is (177,2,8). Sum of RGB (Red+Green+Blue) = 177+2+8=187 (24% of max value = 765). Red value is 177 (69.53% from 255 or 94.65% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 177 - color contains mainly: red. Hex color #B10208 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10208 is #4EFDF7. Grayscale: #373737. Windows color (decimal): -5176824 or 524977. OLE color: 524977.

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

Color convert

RGB 177 2 8 -
CMYK 0 0.99 0.95 0.31
HSL 357.94º 0.98% 0.35% -
HSV(B) 357.94º 0.99% 0.69% -
XYZ 18.2 9.41 1.09 -
YUV 55.01 101.48 215.01 -
System Red Green Blue C M Y K H S L
Decimal 177 2 8 0 0.99 0.95 0.31 357.94 0.98 0.35
Hex B1 2 8 0 63 5F 1F 166 62 23
Octal 261 2 10 0 143 137 37 546 142 43
Binary 10110001 10 1000 0 1100011 1011111 11111 101100110 1100010 100011

Color Harmonies of #B10208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10208

Black with #B10208

Text Example


Text Example

White with #B10208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10208; }

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

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

background-color css

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

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

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

border-color css

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

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

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