Html Css Color HEX #BA1235 Cardinal

📋 copy color: '#BA1235'

red 186 ◦ green 18 ◦ blue 53

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

Shades of Cardinal #BA1235

Tints of Cardinal #BA1235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.62%

R = 72.37%
G = 7%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA1235 (or 0xBA1235) is known color: Cardinal. HEX triplet: BA, 12 and 35. RGB value is (186,18,53). Sum of RGB (Red+Green+Blue) = 186+18+53=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 53 (21.09% from 255 or 20.62% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1235 is #45EDCA. Grayscale: #484848. Windows color (decimal): -4582859 or 3478202. OLE color: 3478202.

HSL color Cylindrical-coordinate representation of color #BA1235: hue angle of 347.5º 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 #BA1235 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 18 53 -
CMYK 0 0.90 0.72 0.27
HSL 347.5º 0.82% 0.4% -
HSV(B) 347.5º 0.9% 0.73% -
XYZ 21.11 11.13 4.4 -
YUV 72.22 117.16 209.15 -
System Red Green Blue C M Y K H S L
Decimal 186 18 53 0 0.90 0.72 0.27 347.5 0.82 0.4
Hex BA 12 35 0 5A 48 1B 15C 52 28
Octal 272 22 65 0 132 110 33 534 122 50
Binary 10111010 10010 110101 0 1011010 1001000 11011 101011100 1010010 101000

Color Harmonies of #BA1235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1235

Black with #BA1235

Text Example


Text Example

White with #BA1235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1235; }

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

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

background-color css

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

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

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

border-color css

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

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

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