Html Css Color HEX #B41748 Cardinal

📋 copy color: '#B41748'

red 180 ◦ green 23 ◦ blue 72

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

Shades of Cardinal #B41748

Tints of Cardinal #B41748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.36%

 BLUE value IS 72 (28.52% from 255) = 26.18%

R = 65.45%
G = 8.36%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B41748 (or 0xB41748) is known color: Cardinal. HEX triplet: B4, 17 and 48. RGB value is (180,23,72). Sum of RGB (Red+Green+Blue) = 180+23+72=275 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.45% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 180 - color contains mainly: red. Hex color #B41748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41748 is #4BE8B7. Grayscale: #4B4B4B. Windows color (decimal): -4974776 or 4724660. OLE color: 4724660.

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

Color convert

RGB 180 23 72 -
CMYK 0 0.87 0.60 0.29
HSL 341.27º 0.77% 0.4% -
HSV(B) 341.27º 0.87% 0.71% -
XYZ 20.3 10.78 7.14 -
YUV 75.53 126.01 202.52 -
System Red Green Blue C M Y K H S L
Decimal 180 23 72 0 0.87 0.60 0.29 341.27 0.77 0.4
Hex B4 17 48 0 57 3C 1D 155 4D 28
Octal 264 27 110 0 127 74 35 525 115 50
Binary 10110100 10111 1001000 0 1010111 111100 11101 101010101 1001101 101000

Color Harmonies of #B41748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41748

Black with #B41748

Text Example


Text Example

White with #B41748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41748; }

 p { color: rgb(180,23,72); }

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

background-color css

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

 a { background-color: rgb(180,23,72); }

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

border-color css

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

 span { border-color: rgb(180,23,72); }

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