Html Css Color HEX #B41139 Cardinal

📋 copy color: '#B41139'

red 180 ◦ green 17 ◦ blue 57

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

Shades of Cardinal #B41139

Tints of Cardinal #B41139

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.69%

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

R = 70.87%
G = 6.69%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B41139 (or 0xB41139) is known color: Cardinal. HEX triplet: B4, 11 and 39. RGB value is (180,17,57). Sum of RGB (Red+Green+Blue) = 180+17+57=254 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.87% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 180 - color contains mainly: red. Hex color #B41139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41139 is #4BEEC6. Grayscale: #464646. Windows color (decimal): -4976327 or 3740084. OLE color: 3740084.

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

Color convert

RGB 180 17 57 -
CMYK 0 0.91 0.68 0.29
HSL 345.28º 0.83% 0.39% -
HSV(B) 345.28º 0.91% 0.71% -
XYZ 19.76 10.4 4.84 -
YUV 70.3 120.5 206.25 -
System Red Green Blue C M Y K H S L
Decimal 180 17 57 0 0.91 0.68 0.29 345.28 0.83 0.39
Hex B4 11 39 0 5B 44 1D 159 53 27
Octal 264 21 71 0 133 104 35 531 123 47
Binary 10110100 10001 111001 0 1011011 1000100 11101 101011001 1010011 100111

Color Harmonies of #B41139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41139

Black with #B41139

Text Example


Text Example

White with #B41139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41139; }

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

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

background-color css

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

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

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

border-color css

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

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

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