Html Css Color HEX #B41337 Cardinal

📋 copy color: '#B41337'

red 180 ◦ green 19 ◦ blue 55

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

Shades of Cardinal #B41337

Tints of Cardinal #B41337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.65%

R = 70.87%
G = 7.48%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B41337 (or 0xB41337) is known color: Cardinal. HEX triplet: B4, 13 and 37. RGB value is (180,19,55). Sum of RGB (Red+Green+Blue) = 180+19+55=254 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.87% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 55 (21.88% from 255 or 21.65% from 254); Max value from RGB is 180 - color contains mainly: red. Hex color #B41337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41337 is #4BECC8. Grayscale: #474747. Windows color (decimal): -4975817 or 3609524. OLE color: 3609524.

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

Color convert

RGB 180 19 55 -
CMYK 0 0.89 0.69 0.29
HSL 346.58º 0.81% 0.39% -
HSV(B) 346.58º 0.89% 0.71% -
XYZ 19.74 10.44 4.59 -
YUV 71.24 118.84 205.57 -
System Red Green Blue C M Y K H S L
Decimal 180 19 55 0 0.89 0.69 0.29 346.58 0.81 0.39
Hex B4 13 37 0 59 45 1D 15B 51 27
Octal 264 23 67 0 131 105 35 533 121 47
Binary 10110100 10011 110111 0 1011001 1000101 11101 101011011 1010001 100111

Color Harmonies of #B41337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41337

Black with #B41337

Text Example


Text Example

White with #B41337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41337; }

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

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

background-color css

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

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

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

border-color css

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

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

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