Html Css Color HEX #BA2434 Cardinal

📋 copy color: '#BA2434'

red 186 ◦ green 36 ◦ blue 52

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

Shades of Cardinal #BA2434

Tints of Cardinal #BA2434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.98%

R = 67.88%
G = 13.14%
B = 18.98%

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

#BA2434 (or 0xBA2434) is known color: Cardinal. HEX triplet: BA, 24 and 34. RGB value is (186,36,52). Sum of RGB (Red+Green+Blue) = 186+36+52=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2434 is #45DBCB. Grayscale: #525252. Windows color (decimal): -4578252 or 3417274. OLE color: 3417274.

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

Color convert

RGB 186 36 52 -
CMYK 0 0.81 0.72 0.27
HSL 353.6º 0.68% 0.44% -
HSV(B) 353.6º 0.81% 0.73% -
XYZ 21.5 11.95 4.42 -
YUV 82.67 110.7 201.7 -
System Red Green Blue C M Y K H S L
Decimal 186 36 52 0 0.81 0.72 0.27 353.6 0.68 0.44
Hex BA 24 34 0 51 48 1B 162 44 2C
Octal 272 44 64 0 121 110 33 542 104 54
Binary 10111010 100100 110100 0 1010001 1001000 11011 101100010 1000100 101100

Color Harmonies of #BA2434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2434

Black with #BA2434

Text Example


Text Example

White with #BA2434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2434; }

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

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

background-color css

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

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

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

border-color css

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

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

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