Html Css Color HEX #B61218 Venetian Red

📋 copy color: '#B61218'

red 182 ◦ green 18 ◦ blue 24

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

Shades of Venetian Red #B61218

Tints of Venetian Red #B61218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.04%

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

R = 81.25%
G = 8.04%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B61218 (or 0xB61218) is known color: Venetian Red. HEX triplet: B6, 12 and 18. RGB value is (182,18,24). Sum of RGB (Red+Green+Blue) = 182+18+24=224 (29% of max value = 765). Red value is 182 (71.48% from 255 or 81.25% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 182 - color contains mainly: red. Hex color #B61218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61218 is #49EDE7. Grayscale: #434343. Windows color (decimal): -4845032 or 1577654. OLE color: 1577654.

HSL color Cylindrical-coordinate representation of color #B61218: hue angle of 357.8º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B61218 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 18 24 -
CMYK 0 0.90 0.87 0.29
HSL 357.8º 0.82% 0.39% -
HSV(B) 357.8º 0.9% 0.71% -
XYZ 19.67 10.44 1.84 -
YUV 67.72 103.33 209.51 -
System Red Green Blue C M Y K H S L
Decimal 182 18 24 0 0.90 0.87 0.29 357.8 0.82 0.39
Hex B6 12 18 0 5A 57 1D 166 52 27
Octal 266 22 30 0 132 127 35 546 122 47
Binary 10110110 10010 11000 0 1011010 1010111 11101 101100110 1010010 100111

Color Harmonies of #B61218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61218

Black with #B61218

Text Example


Text Example

White with #B61218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61218; }

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

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

background-color css

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

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

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

border-color css

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

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

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