Html Css Color HEX #B61418 Venetian Red

📋 copy color: '#B61418'

red 182 ◦ green 20 ◦ blue 24

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

Shades of Venetian Red #B61418

Tints of Venetian Red #B61418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.62%

R = 80.53%
G = 8.85%
B = 10.62%

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

#B61418 (or 0xB61418) is known color: Venetian Red. HEX triplet: B6, 14 and 18. RGB value is (182,20,24). Sum of RGB (Red+Green+Blue) = 182+20+24=226 (29% of max value = 765). Red value is 182 (71.48% from 255 or 80.53% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 24 (9.77% from 255 or 10.62% from 226); Max value from RGB is 182 - color contains mainly: red. Hex color #B61418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61418 is #49EBE7. Grayscale: #454545. Windows color (decimal): -4844520 or 1578166. OLE color: 1578166.

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

Color convert

RGB 182 20 24 -
CMYK 0 0.89 0.87 0.29
HSL 358.52º 0.8% 0.4% -
HSV(B) 358.52º 0.89% 0.71% -
XYZ 19.71 10.51 1.85 -
YUV 68.89 102.67 208.67 -
System Red Green Blue C M Y K H S L
Decimal 182 20 24 0 0.89 0.87 0.29 358.52 0.8 0.4
Hex B6 14 18 0 59 57 1D 167 50 28
Octal 266 24 30 0 131 127 35 547 120 50
Binary 10110110 10100 11000 0 1011001 1010111 11101 101100111 1010000 101000

Color Harmonies of #B61418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61418

Black with #B61418

Text Example


Text Example

White with #B61418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61418; }

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

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

background-color css

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

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

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

border-color css

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

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

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