Html Css Color HEX #BA2137 Cardinal

📋 copy color: '#BA2137'

red 186 ◦ green 33 ◦ blue 55

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

Shades of Cardinal #BA2137

Tints of Cardinal #BA2137

RGB

 RED value IS 186 (73.05% from 255) = 67.88%

 GREEN value IS 33 (13.28% from 255) = 12.04%

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

R = 67.88%
G = 12.04%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA2137 (or 0xBA2137) is known color: Cardinal. HEX triplet: BA, 21 and 37. RGB value is (186,33,55). Sum of RGB (Red+Green+Blue) = 186+33+55=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 55 (21.88% from 255 or 20.07% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2137 is #45DEC8. Grayscale: #515151. Windows color (decimal): -4579017 or 3613114. OLE color: 3613114.

HSL color Cylindrical-coordinate representation of color #BA2137: hue angle of 351.37º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2137 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 33 55 -
CMYK 0 0.82 0.70 0.27
HSL 351.37º 0.7% 0.43% -
HSV(B) 351.37º 0.82% 0.73% -
XYZ 21.48 11.8 4.76 -
YUV 81.26 113.19 202.71 -
System Red Green Blue C M Y K H S L
Decimal 186 33 55 0 0.82 0.70 0.27 351.37 0.7 0.43
Hex BA 21 37 0 52 46 1B 15F 46 2B
Octal 272 41 67 0 122 106 33 537 106 53
Binary 10111010 100001 110111 0 1010010 1000110 11011 101011111 1000110 101011

Color Harmonies of #BA2137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2137

Black with #BA2137

Text Example


Text Example

White with #BA2137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2137; }

 p { color: rgb(186,33,55); }

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

background-color css

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

 a { background-color: rgb(186,33,55); }

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

border-color css

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

 span { border-color: rgb(186,33,55); }

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