Html Css Color HEX #B60214 Venetian Red

📋 copy color: '#B60214'

red 182 ◦ green 2 ◦ blue 20

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

Shades of Venetian Red #B60214

Tints of Venetian Red #B60214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.8%

R = 89.22%
G = 0.98%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B60214 (or 0xB60214) is known color: Venetian Red. HEX triplet: B6, 02 and 14. RGB value is (182,2,20). Sum of RGB (Red+Green+Blue) = 182+2+20=204 (27% of max value = 765). Red value is 182 (71.48% from 255 or 89.22% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 182 - color contains mainly: red. Hex color #B60214 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60214 is #49FDEB. Grayscale: #393939. Windows color (decimal): -4849132 or 1311414. OLE color: 1311414.

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

Color convert

RGB 182 2 20 -
CMYK 0 0.99 0.89 0.29
HSL 354º 0.98% 0.36% -
HSV(B) 354º 0.99% 0.71% -
XYZ 19.44 10.04 1.57 -
YUV 57.87 106.63 216.54 -
System Red Green Blue C M Y K H S L
Decimal 182 2 20 0 0.99 0.89 0.29 354 0.98 0.36
Hex B6 2 14 0 63 59 1D 162 62 24
Octal 266 2 24 0 143 131 35 542 142 44
Binary 10110110 10 10100 0 1100011 1011001 11101 101100010 1100010 100100

Color Harmonies of #B60214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60214

Black with #B60214

Text Example


Text Example

White with #B60214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60214; }

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

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

background-color css

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

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

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

border-color css

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

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

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