Html Css Color HEX #B20323 Venetian Red

📋 copy color: '#B20323'

red 178 ◦ green 3 ◦ blue 35

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

Shades of Venetian Red #B20323

Tints of Venetian Red #B20323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.2%

R = 82.41%
G = 1.39%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B20323 (or 0xB20323) is known color: Venetian Red. HEX triplet: B2, 03 and 23. RGB value is (178,3,35). Sum of RGB (Red+Green+Blue) = 178+3+35=216 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.41% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 35 (14.06% from 255 or 16.20% from 216); Max value from RGB is 178 - color contains mainly: red. Hex color #B20323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20323 is #4DFCDC. Grayscale: #3B3B3B. Windows color (decimal): -5111005 or 2294706. OLE color: 2294706.

HSL color Cylindrical-coordinate representation of color #B20323: hue angle of 349.03º 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 #B20323 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 3 35 -
CMYK 0 0.98 0.80 0.30
HSL 349.03º 0.97% 0.35% -
HSV(B) 349.03º 0.98% 0.7% -
XYZ 18.7 9.65 2.47 -
YUV 58.97 114.48 212.9 -
System Red Green Blue C M Y K H S L
Decimal 178 3 35 0 0.98 0.80 0.30 349.03 0.97 0.35
Hex B2 3 23 0 62 50 1E 15D 61 23
Octal 262 3 43 0 142 120 36 535 141 43
Binary 10110010 11 100011 0 1100010 1010000 11110 101011101 1100001 100011

Color Harmonies of #B20323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20323

Black with #B20323

Text Example


Text Example

White with #B20323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20323; }

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

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

background-color css

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

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

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

border-color css

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

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

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