Html Css Color HEX #B00313 Venetian Red

📋 copy color: '#B00313'

red 176 ◦ green 3 ◦ blue 19

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

Shades of Venetian Red #B00313

Tints of Venetian Red #B00313

RGB

 RED value IS 176 (69.14% from 255) = 88.89%

 GREEN value IS 3 (1.56% from 255) = 1.52%

 BLUE value IS 19 (7.81% from 255) = 9.6%

R = 88.89%
G = 1.52%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B00313 (or 0xB00313) is known color: Venetian Red. HEX triplet: B0, 03 and 13. RGB value is (176,3,19). Sum of RGB (Red+Green+Blue) = 176+3+19=198 (26% of max value = 765). Red value is 176 (69.14% from 255 or 88.89% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 176 - color contains mainly: red. Hex color #B00313 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00313 is #4FFCEC. Grayscale: #383838. Windows color (decimal): -5242093 or 1246128. OLE color: 1246128.

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

Color convert

RGB 176 3 19 -
CMYK 0 0.98 0.89 0.31
HSL 354.45º 0.97% 0.35% -
HSV(B) 354.45º 0.98% 0.69% -
XYZ 18.05 9.34 1.47 -
YUV 56.55 106.81 213.2 -
System Red Green Blue C M Y K H S L
Decimal 176 3 19 0 0.98 0.89 0.31 354.45 0.97 0.35
Hex B0 3 13 0 62 59 1F 162 61 23
Octal 260 3 23 0 142 131 37 542 141 43
Binary 10110000 11 10011 0 1100010 1011001 11111 101100010 1100001 100011

Color Harmonies of #B00313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00313

Black with #B00313

Text Example


Text Example

White with #B00313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00313; }

 p { color: rgb(176,3,19); }

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

background-color css

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

 a { background-color: rgb(176,3,19); }

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

border-color css

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

 span { border-color: rgb(176,3,19); }

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