Html Css Color HEX #BA1438 Cardinal

📋 copy color: '#BA1438'

red 186 ◦ green 20 ◦ blue 56

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

Shades of Cardinal #BA1438

Tints of Cardinal #BA1438

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.63%

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

R = 70.99%
G = 7.63%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA1438 (or 0xBA1438) is known color: Cardinal. HEX triplet: BA, 14 and 38. RGB value is (186,20,56). Sum of RGB (Red+Green+Blue) = 186+20+56=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 56 (22.27% from 255 or 21.37% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1438 is #45EBC7. Grayscale: #494949. Windows color (decimal): -4582344 or 3675322. OLE color: 3675322.

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

Color convert

RGB 186 20 56 -
CMYK 0 0.89 0.70 0.27
HSL 346.99º 0.81% 0.4% -
HSV(B) 346.99º 0.89% 0.73% -
XYZ 21.21 11.22 4.79 -
YUV 73.74 118 208.07 -
System Red Green Blue C M Y K H S L
Decimal 186 20 56 0 0.89 0.70 0.27 346.99 0.81 0.4
Hex BA 14 38 0 59 46 1B 15B 51 28
Octal 272 24 70 0 131 106 33 533 121 50
Binary 10111010 10100 111000 0 1011001 1000110 11011 101011011 1010001 101000

Color Harmonies of #BA1438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1438

Black with #BA1438

Text Example


Text Example

White with #BA1438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1438; }

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

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

background-color css

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

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

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

border-color css

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

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

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