Html Css Color HEX #B41543 Cardinal

📋 copy color: '#B41543'

red 180 ◦ green 21 ◦ blue 67

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

Shades of Cardinal #B41543

Tints of Cardinal #B41543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25%

R = 67.16%
G = 7.84%
B = 25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B41543 (or 0xB41543) is known color: Cardinal. HEX triplet: B4, 15 and 43. RGB value is (180,21,67). Sum of RGB (Red+Green+Blue) = 180+21+67=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B41543 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41543 is #4BEABC. Grayscale: #494949. Windows color (decimal): -4975293 or 4396468. OLE color: 4396468.

HSL color Cylindrical-coordinate representation of color #B41543: hue angle of 342.64º 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 #B41543 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 21 67 -
CMYK 0 0.88 0.63 0.29
HSL 342.64º 0.79% 0.39% -
HSV(B) 342.64º 0.88% 0.71% -
XYZ 20.1 10.64 6.31 -
YUV 73.79 124.18 203.76 -
System Red Green Blue C M Y K H S L
Decimal 180 21 67 0 0.88 0.63 0.29 342.64 0.79 0.39
Hex B4 15 43 0 58 3F 1D 157 4F 27
Octal 264 25 103 0 130 77 35 527 117 47
Binary 10110100 10101 1000011 0 1011000 111111 11101 101010111 1001111 100111

Color Harmonies of #B41543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41543

Black with #B41543

Text Example


Text Example

White with #B41543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41543; }

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

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

background-color css

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

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

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

border-color css

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

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

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