Html Css Color HEX #B20023 Venetian Red

📋 copy color: '#B20023'

red 178 ◦ green 0 ◦ blue 35

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

Shades of Venetian Red #B20023

Tints of Venetian Red #B20023

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.57%
G = 0%
B = 16.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B20023 (or 0xB20023) is known color: Venetian Red. HEX triplet: B2, 00 and 23. RGB value is (178,0,35). Sum of RGB (Red+Green+Blue) = 178+0+35=213 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.57% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 178 - color contains mainly: red. Hex color #B20023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20023 is #4DFFDC. Grayscale: #393939. Windows color (decimal): -5111773 or 2293938. OLE color: 2293938.

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

Color convert

RGB 178 0 35 -
CMYK 0 1 0.80 0.30
HSL 348.2º 1% 0.35% -
HSV(B) 348.2º 1% 0.7% -
XYZ 18.66 9.59 2.46 -
YUV 57.21 115.47 214.15 -
System Red Green Blue C M Y K H S L
Decimal 178 0 35 0 1 0.80 0.30 348.2 1 0.35
Hex B2 0 23 0 64 50 1E 15C 64 23
Octal 262 0 43 0 144 120 36 534 144 43
Binary 10110010 0 100011 0 1100100 1010000 11110 101011100 1100100 100011

Color Harmonies of #B20023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20023

Black with #B20023

Text Example


Text Example

White with #B20023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20023; }

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

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

background-color css

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

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

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

border-color css

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

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

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