Html Css Color HEX #B61231 Cardinal

📋 copy color: '#B61231'

red 182 ◦ green 18 ◦ blue 49

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

Shades of Cardinal #B61231

Tints of Cardinal #B61231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.68%

R = 73.09%
G = 7.23%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B61231 (or 0xB61231) is known color: Cardinal. HEX triplet: B6, 12 and 31. RGB value is (182,18,49). Sum of RGB (Red+Green+Blue) = 182+18+49=249 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.09% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 182 - color contains mainly: red. Hex color #B61231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61231 is #49EDCE. Grayscale: #464646. Windows color (decimal): -4845007 or 3216054. OLE color: 3216054.

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

Color convert

RGB 182 18 49 -
CMYK 0 0.90 0.73 0.29
HSL 348.66º 0.82% 0.39% -
HSV(B) 348.66º 0.9% 0.71% -
XYZ 20.06 10.6 3.89 -
YUV 70.57 115.83 207.48 -
System Red Green Blue C M Y K H S L
Decimal 182 18 49 0 0.90 0.73 0.29 348.66 0.82 0.39
Hex B6 12 31 0 5A 49 1D 15D 52 27
Octal 266 22 61 0 132 111 35 535 122 47
Binary 10110110 10010 110001 0 1011010 1001001 11101 101011101 1010010 100111

Color Harmonies of #B61231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61231

Black with #B61231

Text Example


Text Example

White with #B61231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61231; }

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

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

background-color css

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

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

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

border-color css

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

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

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