Html Css Color HEX #B20A0D Venetian Red

📋 copy color: '#B20A0D'

red 178 ◦ green 10 ◦ blue 13

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

Shades of Venetian Red #B20A0D

Tints of Venetian Red #B20A0D

RGB

 RED value IS 178 (69.92% from 255) = 88.56%

 GREEN value IS 10 (4.3% from 255) = 4.98%

 BLUE value IS 13 (5.47% from 255) = 6.47%

R = 88.56%
G = 4.98%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B20A0D (or 0xB20A0D) is known color: Venetian Red. HEX triplet: B2, 0A and 0D. RGB value is (178,10,13). Sum of RGB (Red+Green+Blue) = 178+10+13=201 (26% of max value = 765). Red value is 178 (69.92% from 255 or 88.56% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 178 - color contains mainly: red. Hex color #B20A0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20A0D is #4DF5F2. Grayscale: #3C3C3C. Windows color (decimal): -5109235 or 854706. OLE color: 854706.

HSL color Cylindrical-coordinate representation of color #B20A0D: hue angle of 358.93º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20A0D is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 10 13 -
CMYK 0 0.94 0.93 0.30
HSL 358.93º 0.89% 0.37% -
HSV(B) 358.93º 0.94% 0.7% -
XYZ 18.54 9.71 1.28 -
YUV 60.57 101.16 211.76 -
System Red Green Blue C M Y K H S L
Decimal 178 10 13 0 0.94 0.93 0.30 358.93 0.89 0.37
Hex B2 A D 0 5E 5D 1E 167 59 25
Octal 262 12 15 0 136 135 36 547 131 45
Binary 10110010 1010 1101 0 1011110 1011101 11110 101100111 1011001 100101

Color Harmonies of #B20A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20A0D

Black with #B20A0D

Text Example


Text Example

White with #B20A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20A0D; }

 p { color: rgb(178,10,13); }

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

background-color css

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

 a { background-color: rgb(178,10,13); }

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

border-color css

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

 span { border-color: rgb(178,10,13); }

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