Html Css Color HEX #B00114 Venetian Red

📋 copy color: '#B00114'

red 176 ◦ green 1 ◦ blue 20

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

Shades of Venetian Red #B00114

Tints of Venetian Red #B00114

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 89.34%
G = 0.51%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B00114 (or 0xB00114) is known color: Venetian Red. HEX triplet: B0, 01 and 14. RGB value is (176,1,20). Sum of RGB (Red+Green+Blue) = 176+1+20=197 (26% of max value = 765). Red value is 176 (69.14% from 255 or 89.34% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 176 - color contains mainly: red. Hex color #B00114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00114 is #4FFEEB. Grayscale: #373737. Windows color (decimal): -5242604 or 1311152. OLE color: 1311152.

HSL color Cylindrical-coordinate representation of color #B00114: hue angle of 353.49º degrees, saturation: 0.99, 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 #B00114 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 1 20 -
CMYK 0 0.99 0.89 0.31
HSL 353.49º 0.99% 0.35% -
HSV(B) 353.49º 0.99% 0.69% -
XYZ 18.04 9.3 1.51 -
YUV 55.49 107.98 213.96 -
System Red Green Blue C M Y K H S L
Decimal 176 1 20 0 0.99 0.89 0.31 353.49 0.99 0.35
Hex B0 1 14 0 63 59 1F 161 63 23
Octal 260 1 24 0 143 131 37 541 143 43
Binary 10110000 1 10100 0 1100011 1011001 11111 101100001 1100011 100011

Color Harmonies of #B00114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00114

Black with #B00114

Text Example


Text Example

White with #B00114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00114; }

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

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

background-color css

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

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

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

border-color css

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

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

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