Html Css Color HEX #B41336 Cardinal

📋 copy color: '#B41336'

red 180 ◦ green 19 ◦ blue 54

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

Shades of Cardinal #B41336

Tints of Cardinal #B41336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.34%

R = 71.15%
G = 7.51%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.7

 K value IS 0.29

RGB Variations

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

Color information

#B41336 (or 0xB41336) is known color: Cardinal. HEX triplet: B4, 13 and 36. RGB value is (180,19,54). Sum of RGB (Red+Green+Blue) = 180+19+54=253 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.15% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 54 (21.48% from 255 or 21.34% from 253); Max value from RGB is 180 - color contains mainly: red. Hex color #B41336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41336 is #4BECC9. Grayscale: #474747. Windows color (decimal): -4975818 or 3543988. OLE color: 3543988.

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

Color convert

RGB 180 19 54 -
CMYK 0 0.89 0.7 0.29
HSL 346.96º 0.81% 0.39% -
HSV(B) 346.96º 0.89% 0.71% -
XYZ 19.72 10.44 4.46 -
YUV 71.13 118.34 205.65 -
System Red Green Blue C M Y K H S L
Decimal 180 19 54 0 0.89 0.7 0.29 346.96 0.81 0.39
Hex B4 13 36 0 59 46 1D 15B 51 27
Octal 264 23 66 0 131 106 35 533 121 47
Binary 10110100 10011 110110 0 1011001 1000110 11101 101011011 1010001 100111

Color Harmonies of #B41336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41336

Black with #B41336

Text Example


Text Example

White with #B41336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41336; }

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

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

background-color css

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

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

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

border-color css

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

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

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