Html Css Color HEX #BA2935 Cardinal

📋 copy color: '#BA2935'

red 186 ◦ green 41 ◦ blue 53

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

Shades of Cardinal #BA2935

Tints of Cardinal #BA2935

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.64%

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

R = 66.43%
G = 14.64%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA2935 (or 0xBA2935) is known color: Cardinal. HEX triplet: BA, 29 and 35. RGB value is (186,41,53). Sum of RGB (Red+Green+Blue) = 186+41+53=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2935 is #45D6CA. Grayscale: #555555. Windows color (decimal): -4576971 or 3484090. OLE color: 3484090.

HSL color Cylindrical-coordinate representation of color #BA2935: hue angle of 355.03º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2935 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 41 53 -
CMYK 0 0.78 0.72 0.27
HSL 355.03º 0.64% 0.45% -
HSV(B) 355.03º 0.78% 0.73% -
XYZ 21.69 12.28 4.6 -
YUV 85.72 109.54 199.52 -
System Red Green Blue C M Y K H S L
Decimal 186 41 53 0 0.78 0.72 0.27 355.03 0.64 0.45
Hex BA 29 35 0 4E 48 1B 163 40 2D
Octal 272 51 65 0 116 110 33 543 100 55
Binary 10111010 101001 110101 0 1001110 1001000 11011 101100011 1000000 101101

Color Harmonies of #BA2935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2935

Black with #BA2935

Text Example


Text Example

White with #BA2935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2935; }

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

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

background-color css

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

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

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

border-color css

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

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

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