Html Css Color HEX #B2020D Venetian Red

📋 copy color: '#B2020D'

red 178 ◦ green 2 ◦ blue 13

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

Shades of Venetian Red #B2020D

Tints of Venetian Red #B2020D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.04%

 BLUE value IS 13 (5.47% from 255) = 6.74%

R = 92.23%
G = 1.04%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B2020D (or 0xB2020D) is known color: Venetian Red. HEX triplet: B2, 02 and 0D. RGB value is (178,2,13). Sum of RGB (Red+Green+Blue) = 178+2+13=193 (25% of max value = 765). Red value is 178 (69.92% from 255 or 92.23% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 178 - color contains mainly: red. Hex color #B2020D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2020D is #4DFDF2. Grayscale: #383838. Windows color (decimal): -5111283 or 852658. OLE color: 852658.

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

Color convert

RGB 178 2 13 -
CMYK 0 0.99 0.93 0.30
HSL 356.25º 0.98% 0.35% -
HSV(B) 356.25º 0.99% 0.7% -
XYZ 18.45 9.54 1.25 -
YUV 55.88 103.81 215.11 -
System Red Green Blue C M Y K H S L
Decimal 178 2 13 0 0.99 0.93 0.30 356.25 0.98 0.35
Hex B2 2 D 0 63 5D 1E 164 62 23
Octal 262 2 15 0 143 135 36 544 142 43
Binary 10110010 10 1101 0 1100011 1011101 11110 101100100 1100010 100011

Color Harmonies of #B2020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2020D

Black with #B2020D

Text Example


Text Example

White with #B2020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2020D; }

 p { color: rgb(178,2,13); }

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

background-color css

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

 a { background-color: rgb(178,2,13); }

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

border-color css

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

 span { border-color: rgb(178,2,13); }

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