Html Css Color HEX #B60219 Venetian Red

📋 copy color: '#B60219'

red 182 ◦ green 2 ◦ blue 25

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

Shades of Venetian Red #B60219

Tints of Venetian Red #B60219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.96%

R = 87.08%
G = 0.96%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B60219 (or 0xB60219) is known color: Venetian Red. HEX triplet: B6, 02 and 19. RGB value is (182,2,25). Sum of RGB (Red+Green+Blue) = 182+2+25=209 (27% of max value = 765). Red value is 182 (71.48% from 255 or 87.08% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 182 - color contains mainly: red. Hex color #B60219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60219 is #49FDE6. Grayscale: #3A3A3A. Windows color (decimal): -4849127 or 1639094. OLE color: 1639094.

HSL color Cylindrical-coordinate representation of color #B60219: hue angle of 352.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 #B60219 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 2 25 -
CMYK 0 0.99 0.86 0.29
HSL 352.33º 0.98% 0.36% -
HSV(B) 352.33º 0.99% 0.71% -
XYZ 19.49 10.06 1.83 -
YUV 58.44 109.13 216.13 -
System Red Green Blue C M Y K H S L
Decimal 182 2 25 0 0.99 0.86 0.29 352.33 0.98 0.36
Hex B6 2 19 0 63 56 1D 160 62 24
Octal 266 2 31 0 143 126 35 540 142 44
Binary 10110110 10 11001 0 1100011 1010110 11101 101100000 1100010 100100

Color Harmonies of #B60219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60219

Black with #B60219

Text Example


Text Example

White with #B60219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60219; }

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

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

background-color css

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

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

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

border-color css

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

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

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