Html Css Color HEX #B2060A Venetian Red

📋 copy color: '#B2060A'

red 178 ◦ green 6 ◦ blue 10

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

Shades of Venetian Red #B2060A

Tints of Venetian Red #B2060A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.09%

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

R = 91.75%
G = 3.09%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B2060A (or 0xB2060A) is known color: Venetian Red. HEX triplet: B2, 06 and 0A. RGB value is (178,6,10). Sum of RGB (Red+Green+Blue) = 178+6+10=194 (25% of max value = 765). Red value is 178 (69.92% from 255 or 91.75% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 178 - color contains mainly: red. Hex color #B2060A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2060A is #4DF9F5. Grayscale: #3A3A3A. Windows color (decimal): -5110262 or 657074. OLE color: 657074.

HSL color Cylindrical-coordinate representation of color #B2060A: hue angle of 358.6º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2060A is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 6 10 -
CMYK 0 0.97 0.94 0.30
HSL 358.6º 0.93% 0.36% -
HSV(B) 358.6º 0.97% 0.7% -
XYZ 18.48 9.62 1.17 -
YUV 57.88 100.98 213.67 -
System Red Green Blue C M Y K H S L
Decimal 178 6 10 0 0.97 0.94 0.30 358.6 0.93 0.36
Hex B2 6 A 0 61 5E 1E 167 5D 24
Octal 262 6 12 0 141 136 36 547 135 44
Binary 10110010 110 1010 0 1100001 1011110 11110 101100111 1011101 100100

Color Harmonies of #B2060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2060A

Black with #B2060A

Text Example


Text Example

White with #B2060A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2060A; }

 p { color: rgb(178,6,10); }

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

background-color css

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

 a { background-color: rgb(178,6,10); }

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

border-color css

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

 span { border-color: rgb(178,6,10); }

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