Html Css Color HEX #BA2535 Cardinal

📋 copy color: '#BA2535'

red 186 ◦ green 37 ◦ blue 53

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

Shades of Cardinal #BA2535

Tints of Cardinal #BA2535

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.41%

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

R = 67.39%
G = 13.41%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA2535 (or 0xBA2535) is known color: Cardinal. HEX triplet: BA, 25 and 35. RGB value is (186,37,53). Sum of RGB (Red+Green+Blue) = 186+37+53=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2535 is #45DACA. Grayscale: #535353. Windows color (decimal): -4577995 or 3483066. OLE color: 3483066.

HSL color Cylindrical-coordinate representation of color #BA2535: hue angle of 353.56º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2535 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 37 53 -
CMYK 0 0.80 0.72 0.27
HSL 353.56º 0.67% 0.44% -
HSV(B) 353.56º 0.8% 0.73% -
XYZ 21.55 12.02 4.55 -
YUV 83.38 110.86 201.2 -
System Red Green Blue C M Y K H S L
Decimal 186 37 53 0 0.80 0.72 0.27 353.56 0.67 0.44
Hex BA 25 35 0 50 48 1B 162 43 2C
Octal 272 45 65 0 120 110 33 542 103 54
Binary 10111010 100101 110101 0 1010000 1001000 11011 101100010 1000011 101100

Color Harmonies of #BA2535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2535

Black with #BA2535

Text Example


Text Example

White with #BA2535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2535; }

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

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

background-color css

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

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

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

border-color css

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

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

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