Html Css Color HEX #BA1238 Cardinal

📋 copy color: '#BA1238'

red 186 ◦ green 18 ◦ blue 56

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

Shades of Cardinal #BA1238

Tints of Cardinal #BA1238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.54%

R = 71.54%
G = 6.92%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA1238 (or 0xBA1238) is known color: Cardinal. HEX triplet: BA, 12 and 38. RGB value is (186,18,56). Sum of RGB (Red+Green+Blue) = 186+18+56=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1238 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1238 is #45EDC7. Grayscale: #484848. Windows color (decimal): -4582856 or 3674810. OLE color: 3674810.

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

Color convert

RGB 186 18 56 -
CMYK 0 0.90 0.70 0.27
HSL 346.43º 0.82% 0.4% -
HSV(B) 346.43º 0.9% 0.73% -
XYZ 21.18 11.16 4.78 -
YUV 72.56 118.66 208.91 -
System Red Green Blue C M Y K H S L
Decimal 186 18 56 0 0.90 0.70 0.27 346.43 0.82 0.4
Hex BA 12 38 0 5A 46 1B 15A 52 28
Octal 272 22 70 0 132 106 33 532 122 50
Binary 10111010 10010 111000 0 1011010 1000110 11011 101011010 1010010 101000

Color Harmonies of #BA1238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1238

Black with #BA1238

Text Example


Text Example

White with #BA1238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1238; }

 p { color: rgb(186,18,56); }

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

background-color css

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

 a { background-color: rgb(186,18,56); }

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

border-color css

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

 span { border-color: rgb(186,18,56); }

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