Html Css Color HEX #B00E1A Venetian Red

📋 copy color: '#B00E1A'

red 176 ◦ green 14 ◦ blue 26

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

Shades of Venetian Red #B00E1A

Tints of Venetian Red #B00E1A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.48%

 BLUE value IS 26 (10.55% from 255) = 12.04%

R = 81.48%
G = 6.48%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B00E1A (or 0xB00E1A) is known color: Venetian Red. HEX triplet: B0, 0E and 1A. RGB value is (176,14,26). Sum of RGB (Red+Green+Blue) = 176+14+26=216 (28% of max value = 765). Red value is 176 (69.14% from 255 or 81.48% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 176 - color contains mainly: red. Hex color #B00E1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00E1A is #4FF1E5. Grayscale: #3F3F3F. Windows color (decimal): -5239270 or 1707696. OLE color: 1707696.

HSL color Cylindrical-coordinate representation of color #B00E1A: hue angle of 355.56º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B00E1A is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 14 26 -
CMYK 0 0.92 0.85 0.31
HSL 355.56º 0.85% 0.37% -
HSV(B) 355.56º 0.92% 0.69% -
XYZ 18.25 9.62 1.87 -
YUV 63.81 106.67 208.02 -
System Red Green Blue C M Y K H S L
Decimal 176 14 26 0 0.92 0.85 0.31 355.56 0.85 0.37
Hex B0 E 1A 0 5C 55 1F 164 55 25
Octal 260 16 32 0 134 125 37 544 125 45
Binary 10110000 1110 11010 0 1011100 1010101 11111 101100100 1010101 100101

Color Harmonies of #B00E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00E1A

Black with #B00E1A

Text Example


Text Example

White with #B00E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00E1A; }

 p { color: rgb(176,14,26); }

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

background-color css

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

 a { background-color: rgb(176,14,26); }

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

border-color css

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

 span { border-color: rgb(176,14,26); }

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