Html Css Color HEX #BA2435 Cardinal

📋 copy color: '#BA2435'

red 186 ◦ green 36 ◦ blue 53

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

Shades of Cardinal #BA2435

Tints of Cardinal #BA2435

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.09%

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

R = 67.64%
G = 13.09%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA2435 (or 0xBA2435) is known color: Cardinal. HEX triplet: BA, 24 and 35. RGB value is (186,36,53). Sum of RGB (Red+Green+Blue) = 186+36+53=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2435 is #45DBCA. Grayscale: #525252. Windows color (decimal): -4578251 or 3482810. OLE color: 3482810.

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

Color convert

RGB 186 36 53 -
CMYK 0 0.81 0.72 0.27
HSL 353.2º 0.68% 0.44% -
HSV(B) 353.2º 0.81% 0.73% -
XYZ 21.52 11.96 4.54 -
YUV 82.79 111.2 201.62 -
System Red Green Blue C M Y K H S L
Decimal 186 36 53 0 0.81 0.72 0.27 353.2 0.68 0.44
Hex BA 24 35 0 51 48 1B 161 44 2C
Octal 272 44 65 0 121 110 33 541 104 54
Binary 10111010 100100 110101 0 1010001 1001000 11011 101100001 1000100 101100

Color Harmonies of #BA2435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2435

Black with #BA2435

Text Example


Text Example

White with #BA2435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2435; }

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

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

background-color css

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

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

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

border-color css

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

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

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