Html Css Color HEX #B60614 Venetian Red

📋 copy color: '#B60614'

red 182 ◦ green 6 ◦ blue 20

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

Shades of Venetian Red #B60614

Tints of Venetian Red #B60614

RGB

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

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

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

R = 87.5%
G = 2.88%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B60614 (or 0xB60614) is known color: Venetian Red. HEX triplet: B6, 06 and 14. RGB value is (182,6,20). Sum of RGB (Red+Green+Blue) = 182+6+20=208 (27% of max value = 765). Red value is 182 (71.48% from 255 or 87.5% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 20 (8.20% from 255 or 9.62% from 208); Max value from RGB is 182 - color contains mainly: red. Hex color #B60614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60614 is #49F9EB. Grayscale: #3C3C3C. Windows color (decimal): -4848108 or 1312438. OLE color: 1312438.

HSL color Cylindrical-coordinate representation of color #B60614: hue angle of 355.23º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B60614 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 6 20 -
CMYK 0 0.97 0.89 0.29
HSL 355.23º 0.94% 0.37% -
HSV(B) 355.23º 0.97% 0.71% -
XYZ 19.48 10.13 1.59 -
YUV 60.22 105.31 214.86 -
System Red Green Blue C M Y K H S L
Decimal 182 6 20 0 0.97 0.89 0.29 355.23 0.94 0.37
Hex B6 6 14 0 61 59 1D 163 5E 25
Octal 266 6 24 0 141 131 35 543 136 45
Binary 10110110 110 10100 0 1100001 1011001 11101 101100011 1011110 100101

Color Harmonies of #B60614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60614

Black with #B60614

Text Example


Text Example

White with #B60614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60614; }

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

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

background-color css

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

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

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

border-color css

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

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

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