Html Css Color HEX #B00D1E Venetian Red

📋 copy color: '#B00D1E'

red 176 ◦ green 13 ◦ blue 30

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

Shades of Venetian Red #B00D1E

Tints of Venetian Red #B00D1E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.94%

 BLUE value IS 30 (12.11% from 255) = 13.7%

R = 80.37%
G = 5.94%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B00D1E (or 0xB00D1E) is known color: Venetian Red. HEX triplet: B0, 0D and 1E. RGB value is (176,13,30). Sum of RGB (Red+Green+Blue) = 176+13+30=219 (29% of max value = 765). Red value is 176 (69.14% from 255 or 80.37% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 176 - color contains mainly: red. Hex color #B00D1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00D1E is #4FF2E1. Grayscale: #3F3F3F. Windows color (decimal): -5239522 or 1969584. OLE color: 1969584.

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

Color convert

RGB 176 13 30 -
CMYK 0 0.93 0.83 0.31
HSL 353.74º 0.86% 0.37% -
HSV(B) 353.74º 0.93% 0.69% -
XYZ 18.28 9.61 2.12 -
YUV 63.68 109 208.12 -
System Red Green Blue C M Y K H S L
Decimal 176 13 30 0 0.93 0.83 0.31 353.74 0.86 0.37
Hex B0 D 1E 0 5D 53 1F 162 56 25
Octal 260 15 36 0 135 123 37 542 126 45
Binary 10110000 1101 11110 0 1011101 1010011 11111 101100010 1010110 100101

Color Harmonies of #B00D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00D1E

Black with #B00D1E

Text Example


Text Example

White with #B00D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00D1E; }

 p { color: rgb(176,13,30); }

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

background-color css

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

 a { background-color: rgb(176,13,30); }

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

border-color css

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

 span { border-color: rgb(176,13,30); }

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