Html Css Color HEX #B41347 Cardinal

📋 copy color: '#B41347'

red 180 ◦ green 19 ◦ blue 71

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

Shades of Cardinal #B41347

Tints of Cardinal #B41347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 26.3%

R = 66.67%
G = 7.04%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B41347 (or 0xB41347) is known color: Cardinal. HEX triplet: B4, 13 and 47. RGB value is (180,19,71). Sum of RGB (Red+Green+Blue) = 180+19+71=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B41347 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41347 is #4BECB8. Grayscale: #494949. Windows color (decimal): -4975801 or 4658100. OLE color: 4658100.

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

Color convert

RGB 180 19 71 -
CMYK 0 0.89 0.61 0.29
HSL 340.62º 0.81% 0.39% -
HSV(B) 340.62º 0.89% 0.71% -
XYZ 20.19 10.62 6.95 -
YUV 73.07 126.84 204.27 -
System Red Green Blue C M Y K H S L
Decimal 180 19 71 0 0.89 0.61 0.29 340.62 0.81 0.39
Hex B4 13 47 0 59 3D 1D 155 51 27
Octal 264 23 107 0 131 75 35 525 121 47
Binary 10110100 10011 1000111 0 1011001 111101 11101 101010101 1010001 100111

Color Harmonies of #B41347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41347

Black with #B41347

Text Example


Text Example

White with #B41347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41347; }

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

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

background-color css

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

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

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

border-color css

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

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

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