Html Css Color HEX #B60106 Venetian Red

📋 copy color: '#B60106'

red 182 ◦ green 1 ◦ blue 6

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

Shades of Venetian Red #B60106

Tints of Venetian Red #B60106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.17%

R = 96.3%
G = 0.53%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B60106 (or 0xB60106) is known color: Venetian Red. HEX triplet: B6, 01 and 06. RGB value is (182,1,6). Sum of RGB (Red+Green+Blue) = 182+1+6=189 (25% of max value = 765). Red value is 182 (71.48% from 255 or 96.30% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 6 (2.73% from 255 or 3.17% from 189); Max value from RGB is 182 - color contains mainly: red. Hex color #B60106 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60106 is #49FEF9. Grayscale: #373737. Windows color (decimal): -4849402 or 393654. OLE color: 393654.

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

Color convert

RGB 182 1 6 -
CMYK 0 0.99 0.97 0.29
HSL 358.34º 0.99% 0.36% -
HSV(B) 358.34º 0.99% 0.71% -
XYZ 19.34 9.98 1.08 -
YUV 55.69 99.97 218.09 -
System Red Green Blue C M Y K H S L
Decimal 182 1 6 0 0.99 0.97 0.29 358.34 0.99 0.36
Hex B6 1 6 0 63 61 1D 166 63 24
Octal 266 1 6 0 143 141 35 546 143 44
Binary 10110110 1 110 0 1100011 1100001 11101 101100110 1100011 100100

Color Harmonies of #B60106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60106

Black with #B60106

Text Example


Text Example

White with #B60106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60106; }

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

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

background-color css

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

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

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

border-color css

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

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

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