Html Css Color HEX #B41349 Cardinal

📋 copy color: '#B41349'

red 180 ◦ green 19 ◦ blue 73

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

Shades of Cardinal #B41349

Tints of Cardinal #B41349

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.99%

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

R = 66.18%
G = 6.99%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B41349 (or 0xB41349) is known color: Cardinal. HEX triplet: B4, 13 and 49. RGB value is (180,19,73). Sum of RGB (Red+Green+Blue) = 180+19+73=272 (36% of max value = 765). Red value is 180 (70.70% from 255 or 66.18% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 180 - color contains mainly: red. Hex color #B41349 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41349 is #4BECB6. Grayscale: #494949. Windows color (decimal): -4975799 or 4789172. OLE color: 4789172.

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

Color convert

RGB 180 19 73 -
CMYK 0 0.89 0.59 0.29
HSL 339.88º 0.81% 0.39% -
HSV(B) 339.88º 0.89% 0.71% -
XYZ 20.26 10.65 7.29 -
YUV 73.3 127.84 204.11 -
System Red Green Blue C M Y K H S L
Decimal 180 19 73 0 0.89 0.59 0.29 339.88 0.81 0.39
Hex B4 13 49 0 59 3B 1D 154 51 27
Octal 264 23 111 0 131 73 35 524 121 47
Binary 10110100 10011 1001001 0 1011001 111011 11101 101010100 1010001 100111

Color Harmonies of #B41349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41349

Black with #B41349

Text Example


Text Example

White with #B41349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41349; }

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

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

background-color css

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

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

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

border-color css

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

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

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