Html Css Color HEX #B41549 Cardinal

📋 copy color: '#B41549'

red 180 ◦ green 21 ◦ blue 73

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

Shades of Cardinal #B41549

Tints of Cardinal #B41549

RGB

 RED value IS 180 (70.7% from 255) = 65.69%

 GREEN value IS 21 (8.59% from 255) = 7.66%

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

R = 65.69%
G = 7.66%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B41549 (or 0xB41549) is known color: Cardinal. HEX triplet: B4, 15 and 49. RGB value is (180,21,73). Sum of RGB (Red+Green+Blue) = 180+21+73=274 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.69% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 180 - color contains mainly: red. Hex color #B41549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41549 is #4BEAB6. Grayscale: #4A4A4A. Windows color (decimal): -4975287 or 4789684. OLE color: 4789684.

HSL color Cylindrical-coordinate representation of color #B41549: hue angle of 340.38º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B41549 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 21 73 -
CMYK 0 0.88 0.59 0.29
HSL 340.38º 0.79% 0.39% -
HSV(B) 340.38º 0.88% 0.71% -
XYZ 20.29 10.72 7.3 -
YUV 74.47 127.18 203.27 -
System Red Green Blue C M Y K H S L
Decimal 180 21 73 0 0.88 0.59 0.29 340.38 0.79 0.39
Hex B4 15 49 0 58 3B 1D 154 4F 27
Octal 264 25 111 0 130 73 35 524 117 47
Binary 10110100 10101 1001001 0 1011000 111011 11101 101010100 1001111 100111

Color Harmonies of #B41549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41549

Black with #B41549

Text Example


Text Example

White with #B41549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41549; }

 p { color: rgb(180,21,73); }

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

background-color css

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

 a { background-color: rgb(180,21,73); }

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

border-color css

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

 span { border-color: rgb(180,21,73); }

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