Html Css Color HEX #B61417 Venetian Red

📋 copy color: '#B61417'

red 182 ◦ green 20 ◦ blue 23

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

Shades of Venetian Red #B61417

Tints of Venetian Red #B61417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.89%

 BLUE value IS 23 (9.38% from 255) = 10.22%

R = 80.89%
G = 8.89%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B61417 (or 0xB61417) is known color: Venetian Red. HEX triplet: B6, 14 and 17. RGB value is (182,20,23). Sum of RGB (Red+Green+Blue) = 182+20+23=225 (29% of max value = 765). Red value is 182 (71.48% from 255 or 80.89% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 23 (9.38% from 255 or 10.22% from 225); Max value from RGB is 182 - color contains mainly: red. Hex color #B61417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61417 is #49EBE8. Grayscale: #444444. Windows color (decimal): -4844521 or 1512630. OLE color: 1512630.

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

Color convert

RGB 182 20 23 -
CMYK 0 0.89 0.87 0.29
HSL 358.89º 0.8% 0.4% -
HSV(B) 358.89º 0.89% 0.71% -
XYZ 19.7 10.51 1.8 -
YUV 68.78 102.17 208.76 -
System Red Green Blue C M Y K H S L
Decimal 182 20 23 0 0.89 0.87 0.29 358.89 0.8 0.4
Hex B6 14 17 0 59 57 1D 167 50 28
Octal 266 24 27 0 131 127 35 547 120 50
Binary 10110110 10100 10111 0 1011001 1010111 11101 101100111 1010000 101000

Color Harmonies of #B61417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61417

Black with #B61417

Text Example


Text Example

White with #B61417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61417; }

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

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

background-color css

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

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

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

border-color css

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

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

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