Html Css Color HEX #BA2431 Cardinal

📋 copy color: '#BA2431'

red 186 ◦ green 36 ◦ blue 49

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

Shades of Cardinal #BA2431

Tints of Cardinal #BA2431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.08%

R = 68.63%
G = 13.28%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA2431 (or 0xBA2431) is known color: Cardinal. HEX triplet: BA, 24 and 31. RGB value is (186,36,49). Sum of RGB (Red+Green+Blue) = 186+36+49=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2431 is #45DBCE. Grayscale: #525252. Windows color (decimal): -4578255 or 3220666. OLE color: 3220666.

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

Color convert

RGB 186 36 49 -
CMYK 0 0.81 0.74 0.27
HSL 354.8º 0.68% 0.44% -
HSV(B) 354.8º 0.81% 0.73% -
XYZ 21.43 11.92 4.08 -
YUV 82.33 109.2 201.94 -
System Red Green Blue C M Y K H S L
Decimal 186 36 49 0 0.81 0.74 0.27 354.8 0.68 0.44
Hex BA 24 31 0 51 4A 1B 163 44 2C
Octal 272 44 61 0 121 112 33 543 104 54
Binary 10111010 100100 110001 0 1010001 1001010 11011 101100011 1000100 101100

Color Harmonies of #BA2431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2431

Black with #BA2431

Text Example


Text Example

White with #BA2431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2431; }

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

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

background-color css

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

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

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

border-color css

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

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

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