Html Css Color HEX #B00514 Venetian Red

📋 copy color: '#B00514'

red 176 ◦ green 5 ◦ blue 20

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

Shades of Venetian Red #B00514

Tints of Venetian Red #B00514

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.49%

 BLUE value IS 20 (8.2% from 255) = 9.95%

R = 87.56%
G = 2.49%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B00514 (or 0xB00514) is known color: Venetian Red. HEX triplet: B0, 05 and 14. RGB value is (176,5,20). Sum of RGB (Red+Green+Blue) = 176+5+20=201 (26% of max value = 765). Red value is 176 (69.14% from 255 or 87.56% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 176 - color contains mainly: red. Hex color #B00514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00514 is #4FFAEB. Grayscale: #393939. Windows color (decimal): -5241580 or 1312176. OLE color: 1312176.

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

Color convert

RGB 176 5 20 -
CMYK 0 0.97 0.89 0.31
HSL 354.74º 0.94% 0.35% -
HSV(B) 354.74º 0.97% 0.69% -
XYZ 18.09 9.39 1.52 -
YUV 57.84 106.65 212.28 -
System Red Green Blue C M Y K H S L
Decimal 176 5 20 0 0.97 0.89 0.31 354.74 0.94 0.35
Hex B0 5 14 0 61 59 1F 163 5E 23
Octal 260 5 24 0 141 131 37 543 136 43
Binary 10110000 101 10100 0 1100001 1011001 11111 101100011 1011110 100011

Color Harmonies of #B00514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00514

Black with #B00514

Text Example


Text Example

White with #B00514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00514; }

 p { color: rgb(176,5,20); }

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

background-color css

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

 a { background-color: rgb(176,5,20); }

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

border-color css

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

 span { border-color: rgb(176,5,20); }

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