Html Css Color HEX #B61932 Cardinal

📋 copy color: '#B61932'

red 182 ◦ green 25 ◦ blue 50

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

Shades of Cardinal #B61932

Tints of Cardinal #B61932

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.73%

 BLUE value IS 50 (19.92% from 255) = 19.46%

R = 70.82%
G = 9.73%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B61932 (or 0xB61932) is known color: Cardinal. HEX triplet: B6, 19 and 32. RGB value is (182,25,50). Sum of RGB (Red+Green+Blue) = 182+25+50=257 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.82% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 182 - color contains mainly: red. Hex color #B61932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61932 is #49E6CD. Grayscale: #4A4A4A. Windows color (decimal): -4843214 or 3283382. OLE color: 3283382.

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

Color convert

RGB 182 25 50 -
CMYK 0 0.86 0.73 0.29
HSL 350.45º 0.76% 0.41% -
HSV(B) 350.45º 0.86% 0.71% -
XYZ 20.21 10.87 4.05 -
YUV 74.79 114.01 204.47 -
System Red Green Blue C M Y K H S L
Decimal 182 25 50 0 0.86 0.73 0.29 350.45 0.76 0.41
Hex B6 19 32 0 56 49 1D 15E 4C 29
Octal 266 31 62 0 126 111 35 536 114 51
Binary 10110110 11001 110010 0 1010110 1001001 11101 101011110 1001100 101001

Color Harmonies of #B61932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61932

Black with #B61932

Text Example


Text Example

White with #B61932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61932; }

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

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

background-color css

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

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

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

border-color css

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

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

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