Html Css Color HEX #B61119 Venetian Red

📋 copy color: '#B61119'

red 182 ◦ green 17 ◦ blue 25

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

Shades of Venetian Red #B61119

Tints of Venetian Red #B61119

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.59%

 BLUE value IS 25 (10.16% from 255) = 11.16%

R = 81.25%
G = 7.59%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B61119 (or 0xB61119) is known color: Venetian Red. HEX triplet: B6, 11 and 19. RGB value is (182,17,25). Sum of RGB (Red+Green+Blue) = 182+17+25=224 (29% of max value = 765). Red value is 182 (71.48% from 255 or 81.25% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 182 - color contains mainly: red. Hex color #B61119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61119 is #49EEE6. Grayscale: #434343. Windows color (decimal): -4845287 or 1642934. OLE color: 1642934.

HSL color Cylindrical-coordinate representation of color #B61119: hue angle of 357.09º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B61119 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 17 25 -
CMYK 0 0.91 0.86 0.29
HSL 357.09º 0.83% 0.39% -
HSV(B) 357.09º 0.91% 0.71% -
XYZ 19.67 10.42 1.89 -
YUV 67.25 104.16 209.85 -
System Red Green Blue C M Y K H S L
Decimal 182 17 25 0 0.91 0.86 0.29 357.09 0.83 0.39
Hex B6 11 19 0 5B 56 1D 165 53 27
Octal 266 21 31 0 133 126 35 545 123 47
Binary 10110110 10001 11001 0 1011011 1010110 11101 101100101 1010011 100111

Color Harmonies of #B61119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61119

Black with #B61119

Text Example


Text Example

White with #B61119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61119; }

 p { color: rgb(182,17,25); }

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

background-color css

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

 a { background-color: rgb(182,17,25); }

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

border-color css

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

 span { border-color: rgb(182,17,25); }

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