Html Css Color HEX #B20123 Venetian Red

📋 copy color: '#B20123'

red 178 ◦ green 1 ◦ blue 35

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

Shades of Venetian Red #B20123

Tints of Venetian Red #B20123

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 83.18%
G = 0.47%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B20123 (or 0xB20123) is known color: Venetian Red. HEX triplet: B2, 01 and 23. RGB value is (178,1,35). Sum of RGB (Red+Green+Blue) = 178+1+35=214 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.18% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 178 - color contains mainly: red. Hex color #B20123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20123 is #4DFEDC. Grayscale: #393939. Windows color (decimal): -5111517 or 2294194. OLE color: 2294194.

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

Color convert

RGB 178 1 35 -
CMYK 0 0.99 0.80 0.30
HSL 348.47º 0.99% 0.35% -
HSV(B) 348.47º 0.99% 0.7% -
XYZ 18.67 9.61 2.46 -
YUV 57.8 115.14 213.74 -
System Red Green Blue C M Y K H S L
Decimal 178 1 35 0 0.99 0.80 0.30 348.47 0.99 0.35
Hex B2 1 23 0 63 50 1E 15C 63 23
Octal 262 1 43 0 143 120 36 534 143 43
Binary 10110010 1 100011 0 1100011 1010000 11110 101011100 1100011 100011

Color Harmonies of #B20123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20123

Black with #B20123

Text Example


Text Example

White with #B20123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20123; }

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

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

background-color css

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

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

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

border-color css

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

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

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