Html Css Color HEX #B61449 Cardinal

📋 copy color: '#B61449'

red 182 ◦ green 20 ◦ blue 73

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

Shades of Cardinal #B61449

Tints of Cardinal #B61449

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.27%

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

R = 66.18%
G = 7.27%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B61449 (or 0xB61449) is known color: Cardinal. HEX triplet: B6, 14 and 49. RGB value is (182,20,73). Sum of RGB (Red+Green+Blue) = 182+20+73=275 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.18% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 182 - color contains mainly: red. Hex color #B61449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61449 is #49EBB6. Grayscale: #4A4A4A. Windows color (decimal): -4844471 or 4789430. OLE color: 4789430.

HSL color Cylindrical-coordinate representation of color #B61449: hue angle of 340.37º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B61449 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 20 73 -
CMYK 0 0.89 0.60 0.29
HSL 340.37º 0.8% 0.4% -
HSV(B) 340.37º 0.89% 0.71% -
XYZ 20.74 10.93 7.32 -
YUV 74.48 127.17 204.69 -
System Red Green Blue C M Y K H S L
Decimal 182 20 73 0 0.89 0.60 0.29 340.37 0.8 0.4
Hex B6 14 49 0 59 3C 1D 154 50 28
Octal 266 24 111 0 131 74 35 524 120 50
Binary 10110110 10100 1001001 0 1011001 111100 11101 101010100 1010000 101000

Color Harmonies of #B61449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61449

Black with #B61449

Text Example


Text Example

White with #B61449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61449; }

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

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

background-color css

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

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

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

border-color css

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

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

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