Html Css Color HEX #B20915 Venetian Red

📋 copy color: '#B20915'

red 178 ◦ green 9 ◦ blue 21

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

Shades of Venetian Red #B20915

Tints of Venetian Red #B20915

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.33%

 BLUE value IS 21 (8.59% from 255) = 10.1%

R = 85.58%
G = 4.33%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B20915 (or 0xB20915) is known color: Venetian Red. HEX triplet: B2, 09 and 15. RGB value is (178,9,21). Sum of RGB (Red+Green+Blue) = 178+9+21=208 (27% of max value = 765). Red value is 178 (69.92% from 255 or 85.58% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 178 - color contains mainly: red. Hex color #B20915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20915 is #4DF6EA. Grayscale: #3D3D3D. Windows color (decimal): -5109483 or 1378738. OLE color: 1378738.

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

Color convert

RGB 178 9 21 -
CMYK 0 0.95 0.88 0.30
HSL 355.74º 0.9% 0.37% -
HSV(B) 355.74º 0.95% 0.7% -
XYZ 18.59 9.71 1.6 -
YUV 60.9 105.49 211.52 -
System Red Green Blue C M Y K H S L
Decimal 178 9 21 0 0.95 0.88 0.30 355.74 0.9 0.37
Hex B2 9 15 0 5F 58 1E 164 5A 25
Octal 262 11 25 0 137 130 36 544 132 45
Binary 10110010 1001 10101 0 1011111 1011000 11110 101100100 1011010 100101

Color Harmonies of #B20915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20915

Black with #B20915

Text Example


Text Example

White with #B20915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20915; }

 p { color: rgb(178,9,21); }

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

background-color css

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

 a { background-color: rgb(178,9,21); }

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

border-color css

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

 span { border-color: rgb(178,9,21); }

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