Html Css Color HEX #B3020A Venetian Red

📋 copy color: '#B3020A'

red 179 ◦ green 2 ◦ blue 10

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

Shades of Venetian Red #B3020A

Tints of Venetian Red #B3020A

RGB

 RED value IS 179 (70.31% from 255) = 93.72%

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

 BLUE value IS 10 (4.3% from 255) = 5.24%

R = 93.72%
G = 1.05%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B3020A (or 0xB3020A) is known color: Venetian Red. HEX triplet: B3, 02 and 0A. RGB value is (179,2,10). Sum of RGB (Red+Green+Blue) = 179+2+10=191 (25% of max value = 765). Red value is 179 (70.31% from 255 or 93.72% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 179 - color contains mainly: red. Hex color #B3020A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B3020A is #4CFDF5. Grayscale: #373737. Windows color (decimal): -5045750 or 656051. OLE color: 656051.

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

Color convert

RGB 179 2 10 -
CMYK 0 0.99 0.94 0.30
HSL 357.29º 0.98% 0.35% -
HSV(B) 357.29º 0.99% 0.7% -
XYZ 18.67 9.65 1.17 -
YUV 55.84 102.14 215.85 -
System Red Green Blue C M Y K H S L
Decimal 179 2 10 0 0.99 0.94 0.30 357.29 0.98 0.35
Hex B3 2 A 0 63 5E 1E 165 62 23
Octal 263 2 12 0 143 136 36 545 142 43
Binary 10110011 10 1010 0 1100011 1011110 11110 101100101 1100010 100011

Color Harmonies of #B3020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3020A

Black with #B3020A

Text Example


Text Example

White with #B3020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3020A; }

 p { color: rgb(179,2,10); }

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

background-color css

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

 a { background-color: rgb(179,2,10); }

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

border-color css

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

 span { border-color: rgb(179,2,10); }

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