Html Css Color HEX #B60210 Venetian Red

📋 copy color: '#B60210'

red 182 ◦ green 2 ◦ blue 16

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

Shades of Venetian Red #B60210

Tints of Venetian Red #B60210

RGB

 RED value IS 182 (71.48% from 255) = 91%

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

 BLUE value IS 16 (6.64% from 255) = 8%

R = 91%
G = 1%
B = 8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B60210 (or 0xB60210) is known color: Venetian Red. HEX triplet: B6, 02 and 10. RGB value is (182,2,16). Sum of RGB (Red+Green+Blue) = 182+2+16=200 (26% of max value = 765). Red value is 182 (71.48% from 255 or 91% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 182 - color contains mainly: red. Hex color #B60210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60210 is #49FDEF. Grayscale: #393939. Windows color (decimal): -4849136 or 1049270. OLE color: 1049270.

HSL color Cylindrical-coordinate representation of color #B60210: hue angle of 355.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B60210 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 2 16 -
CMYK 0 0.99 0.91 0.29
HSL 355.33º 0.98% 0.36% -
HSV(B) 355.33º 0.99% 0.71% -
XYZ 19.41 10.03 1.4 -
YUV 57.42 104.63 216.86 -
System Red Green Blue C M Y K H S L
Decimal 182 2 16 0 0.99 0.91 0.29 355.33 0.98 0.36
Hex B6 2 10 0 63 5B 1D 163 62 24
Octal 266 2 20 0 143 133 35 543 142 44
Binary 10110110 10 10000 0 1100011 1011011 11101 101100011 1100010 100100

Color Harmonies of #B60210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60210

Black with #B60210

Text Example


Text Example

White with #B60210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60210; }

 p { color: rgb(182,2,16); }

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

background-color css

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

 a { background-color: rgb(182,2,16); }

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

border-color css

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

 span { border-color: rgb(182,2,16); }

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