Html Css Color HEX #B41239 Cardinal

📋 copy color: '#B41239'

red 180 ◦ green 18 ◦ blue 57

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

Shades of Cardinal #B41239

Tints of Cardinal #B41239

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.06%

 BLUE value IS 57 (22.66% from 255) = 22.35%

R = 70.59%
G = 7.06%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B41239 (or 0xB41239) is known color: Cardinal. HEX triplet: B4, 12 and 39. RGB value is (180,18,57). Sum of RGB (Red+Green+Blue) = 180+18+57=255 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.59% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 57 (22.66% from 255 or 22.35% from 255); Max value from RGB is 180 - color contains mainly: red. Hex color #B41239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41239 is #4BEDC6. Grayscale: #464646. Windows color (decimal): -4976071 or 3740340. OLE color: 3740340.

HSL color Cylindrical-coordinate representation of color #B41239: hue angle of 345.56º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B41239 is Cyan = 0, Magento = 0.9, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 18 57 -
CMYK 0 0.9 0.68 0.29
HSL 345.56º 0.82% 0.39% -
HSV(B) 345.56º 0.9% 0.71% -
XYZ 19.78 10.43 4.84 -
YUV 70.88 120.17 205.83 -
System Red Green Blue C M Y K H S L
Decimal 180 18 57 0 0.9 0.68 0.29 345.56 0.82 0.39
Hex B4 12 39 0 5A 44 1D 15A 52 27
Octal 264 22 71 0 132 104 35 532 122 47
Binary 10110100 10010 111001 0 1011010 1000100 11101 101011010 1010010 100111

Color Harmonies of #B41239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41239

Black with #B41239

Text Example


Text Example

White with #B41239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41239; }

 p { color: rgb(180,18,57); }

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

background-color css

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

 a { background-color: rgb(180,18,57); }

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

border-color css

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

 span { border-color: rgb(180,18,57); }

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