Html Css Color HEX #B60A0F Venetian Red

📋 copy color: '#B60A0F'

red 182 ◦ green 10 ◦ blue 15

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

Shades of Venetian Red #B60A0F

Tints of Venetian Red #B60A0F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.83%

 BLUE value IS 15 (6.25% from 255) = 7.25%

R = 87.92%
G = 4.83%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B60A0F (or 0xB60A0F) is known color: Venetian Red. HEX triplet: B6, 0A and 0F. RGB value is (182,10,15). Sum of RGB (Red+Green+Blue) = 182+10+15=207 (27% of max value = 765). Red value is 182 (71.48% from 255 or 87.92% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 182 - color contains mainly: red. Hex color #B60A0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60A0F is #49F5F0. Grayscale: #3E3E3E. Windows color (decimal): -4847089 or 985782. OLE color: 985782.

HSL color Cylindrical-coordinate representation of color #B60A0F: hue angle of 358.26º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60A0F is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 10 15 -
CMYK 0 0.95 0.92 0.29
HSL 358.26º 0.9% 0.38% -
HSV(B) 358.26º 0.95% 0.71% -
XYZ 19.49 10.2 1.39 -
YUV 62 101.48 213.59 -
System Red Green Blue C M Y K H S L
Decimal 182 10 15 0 0.95 0.92 0.29 358.26 0.9 0.38
Hex B6 A F 0 5F 5C 1D 166 5A 26
Octal 266 12 17 0 137 134 35 546 132 46
Binary 10110110 1010 1111 0 1011111 1011100 11101 101100110 1011010 100110

Color Harmonies of #B60A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60A0F

Black with #B60A0F

Text Example


Text Example

White with #B60A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60A0F; }

 p { color: rgb(182,10,15); }

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

background-color css

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

 a { background-color: rgb(182,10,15); }

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

border-color css

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

 span { border-color: rgb(182,10,15); }

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