Html Css Color HEX #B61249 Cardinal

📋 copy color: '#B61249'

red 182 ◦ green 18 ◦ blue 73

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

Shades of Cardinal #B61249

Tints of Cardinal #B61249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 26.74%

R = 66.67%
G = 6.59%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B61249 (or 0xB61249) is known color: Cardinal. HEX triplet: B6, 12 and 49. RGB value is (182,18,73). Sum of RGB (Red+Green+Blue) = 182+18+73=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B61249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61249 is #49EDB6. Grayscale: #494949. Windows color (decimal): -4844983 or 4788918. OLE color: 4788918.

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

Color convert

RGB 182 18 73 -
CMYK 0 0.90 0.60 0.29
HSL 339.88º 0.82% 0.39% -
HSV(B) 339.88º 0.9% 0.71% -
XYZ 20.71 10.86 7.31 -
YUV 73.31 127.83 205.53 -
System Red Green Blue C M Y K H S L
Decimal 182 18 73 0 0.90 0.60 0.29 339.88 0.82 0.39
Hex B6 12 49 0 5A 3C 1D 154 52 27
Octal 266 22 111 0 132 74 35 524 122 47
Binary 10110110 10010 1001001 0 1011010 111100 11101 101010100 1010010 100111

Color Harmonies of #B61249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61249

Black with #B61249

Text Example


Text Example

White with #B61249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61249; }

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

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

background-color css

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

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

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

border-color css

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

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

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