Html Css Color HEX #B60114 Venetian Red

📋 copy color: '#B60114'

red 182 ◦ green 1 ◦ blue 20

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

Shades of Venetian Red #B60114

Tints of Venetian Red #B60114

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 89.66%
G = 0.49%
B = 9.85%

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

#B60114 (or 0xB60114) is known color: Venetian Red. HEX triplet: B6, 01 and 14. RGB value is (182,1,20). Sum of RGB (Red+Green+Blue) = 182+1+20=203 (26% of max value = 765). Red value is 182 (71.48% from 255 or 89.66% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 182 - color contains mainly: red. Hex color #B60114 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60114 is #49FEEB. Grayscale: #393939. Windows color (decimal): -4849388 or 1311158. OLE color: 1311158.

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

Color convert

RGB 182 1 20 -
CMYK 0 0.99 0.89 0.29
HSL 353.7º 0.99% 0.36% -
HSV(B) 353.7º 0.99% 0.71% -
XYZ 19.43 10.02 1.57 -
YUV 57.29 106.97 216.96 -
System Red Green Blue C M Y K H S L
Decimal 182 1 20 0 0.99 0.89 0.29 353.7 0.99 0.36
Hex B6 1 14 0 63 59 1D 162 63 24
Octal 266 1 24 0 143 131 35 542 143 44
Binary 10110110 1 10100 0 1100011 1011001 11101 101100010 1100011 100100

Color Harmonies of #B60114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60114

Black with #B60114

Text Example


Text Example

White with #B60114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60114; }

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

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

background-color css

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

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

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

border-color css

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

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

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