Html Css Color HEX #B41649 Cardinal

📋 copy color: '#B41649'

red 180 ◦ green 22 ◦ blue 73

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

Shades of Cardinal #B41649

Tints of Cardinal #B41649

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8%

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

R = 65.45%
G = 8%
B = 26.55%

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

#B41649 (or 0xB41649) is known color: Cardinal. HEX triplet: B4, 16 and 49. RGB value is (180,22,73). Sum of RGB (Red+Green+Blue) = 180+22+73=275 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.45% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 180 - color contains mainly: red. Hex color #B41649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41649 is #4BE9B6. Grayscale: #4B4B4B. Windows color (decimal): -4975031 or 4789940. OLE color: 4789940.

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

Color convert

RGB 180 22 73 -
CMYK 0 0.88 0.59 0.29
HSL 340.63º 0.78% 0.4% -
HSV(B) 340.63º 0.88% 0.71% -
XYZ 20.31 10.76 7.31 -
YUV 75.06 126.85 202.85 -
System Red Green Blue C M Y K H S L
Decimal 180 22 73 0 0.88 0.59 0.29 340.63 0.78 0.4
Hex B4 16 49 0 58 3B 1D 155 4E 28
Octal 264 26 111 0 130 73 35 525 116 50
Binary 10110100 10110 1001001 0 1011000 111011 11101 101010101 1001110 101000

Color Harmonies of #B41649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41649

Black with #B41649

Text Example


Text Example

White with #B41649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41649; }

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

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

background-color css

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

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

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

border-color css

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

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

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