Html Css Color HEX #B20315 Venetian Red

📋 copy color: '#B20315'

red 178 ◦ green 3 ◦ blue 21

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

Shades of Venetian Red #B20315

Tints of Venetian Red #B20315

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.49%

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

R = 88.12%
G = 1.49%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B20315 (or 0xB20315) is known color: Venetian Red. HEX triplet: B2, 03 and 15. RGB value is (178,3,21). Sum of RGB (Red+Green+Blue) = 178+3+21=202 (26% of max value = 765). Red value is 178 (69.92% from 255 or 88.12% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 178 - color contains mainly: red. Hex color #B20315 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20315 is #4DFCEA. Grayscale: #393939. Windows color (decimal): -5111019 or 1377202. OLE color: 1377202.

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

Color convert

RGB 178 3 21 -
CMYK 0 0.98 0.88 0.30
HSL 353.83º 0.97% 0.35% -
HSV(B) 353.83º 0.98% 0.7% -
XYZ 18.53 9.58 1.58 -
YUV 57.38 107.48 214.04 -
System Red Green Blue C M Y K H S L
Decimal 178 3 21 0 0.98 0.88 0.30 353.83 0.97 0.35
Hex B2 3 15 0 62 58 1E 162 61 23
Octal 262 3 25 0 142 130 36 542 141 43
Binary 10110010 11 10101 0 1100010 1011000 11110 101100010 1100001 100011

Color Harmonies of #B20315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20315

Black with #B20315

Text Example


Text Example

White with #B20315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20315; }

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

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

background-color css

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

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

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

border-color css

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

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

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