Html Css Color HEX #B41948 Cardinal

📋 copy color: '#B41948'

red 180 ◦ green 25 ◦ blue 72

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

Shades of Cardinal #B41948

Tints of Cardinal #B41948

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.03%

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

R = 64.98%
G = 9.03%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B41948 (or 0xB41948) is known color: Cardinal. HEX triplet: B4, 19 and 48. RGB value is (180,25,72). Sum of RGB (Red+Green+Blue) = 180+25+72=277 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.98% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 180 - color contains mainly: red. Hex color #B41948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41948 is #4BE6B7. Grayscale: #4C4C4C. Windows color (decimal): -4974264 or 4725172. OLE color: 4725172.

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

Color convert

RGB 180 25 72 -
CMYK 0 0.86 0.60 0.29
HSL 341.81º 0.76% 0.4% -
HSV(B) 341.81º 0.86% 0.71% -
XYZ 20.34 10.87 7.16 -
YUV 76.7 125.35 201.68 -
System Red Green Blue C M Y K H S L
Decimal 180 25 72 0 0.86 0.60 0.29 341.81 0.76 0.4
Hex B4 19 48 0 56 3C 1D 156 4C 28
Octal 264 31 110 0 126 74 35 526 114 50
Binary 10110100 11001 1001000 0 1010110 111100 11101 101010110 1001100 101000

Color Harmonies of #B41948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41948

Black with #B41948

Text Example


Text Example

White with #B41948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41948; }

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

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

background-color css

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

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

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

border-color css

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

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

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