Html Css Color HEX #B61121 Venetian Red

📋 copy color: '#B61121'

red 182 ◦ green 17 ◦ blue 33

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

Shades of Venetian Red #B61121

Tints of Venetian Red #B61121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.22%

R = 78.45%
G = 7.33%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B61121 (or 0xB61121) is known color: Venetian Red. HEX triplet: B6, 11 and 21. RGB value is (182,17,33). Sum of RGB (Red+Green+Blue) = 182+17+33=232 (30% of max value = 765). Red value is 182 (71.48% from 255 or 78.45% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 33 (13.28% from 255 or 14.22% from 232); Max value from RGB is 182 - color contains mainly: red. Hex color #B61121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61121 is #49EEDE. Grayscale: #444444. Windows color (decimal): -4845279 or 2167222. OLE color: 2167222.

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

Color convert

RGB 182 17 33 -
CMYK 0 0.91 0.82 0.29
HSL 354.18º 0.83% 0.39% -
HSV(B) 354.18º 0.91% 0.71% -
XYZ 19.77 10.46 2.42 -
YUV 68.16 108.16 209.2 -
System Red Green Blue C M Y K H S L
Decimal 182 17 33 0 0.91 0.82 0.29 354.18 0.83 0.39
Hex B6 11 21 0 5B 52 1D 162 53 27
Octal 266 21 41 0 133 122 35 542 123 47
Binary 10110110 10001 100001 0 1011011 1010010 11101 101100010 1010011 100111

Color Harmonies of #B61121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61121

Black with #B61121

Text Example


Text Example

White with #B61121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61121; }

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

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

background-color css

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

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

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

border-color css

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

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

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