Html Css Color HEX #BA2131 Cardinal

📋 copy color: '#BA2131'

red 186 ◦ green 33 ◦ blue 49

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

Shades of Cardinal #BA2131

Tints of Cardinal #BA2131

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.31%

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

R = 69.4%
G = 12.31%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA2131 (or 0xBA2131) is known color: Cardinal. HEX triplet: BA, 21 and 31. RGB value is (186,33,49). Sum of RGB (Red+Green+Blue) = 186+33+49=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2131 is #45DECE. Grayscale: #505050. Windows color (decimal): -4579023 or 3219898. OLE color: 3219898.

HSL color Cylindrical-coordinate representation of color #BA2131: hue angle of 353.73º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2131 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 33 49 -
CMYK 0 0.82 0.74 0.27
HSL 353.73º 0.7% 0.43% -
HSV(B) 353.73º 0.82% 0.73% -
XYZ 21.35 11.75 4.05 -
YUV 80.57 110.19 203.2 -
System Red Green Blue C M Y K H S L
Decimal 186 33 49 0 0.82 0.74 0.27 353.73 0.7 0.43
Hex BA 21 31 0 52 4A 1B 162 46 2B
Octal 272 41 61 0 122 112 33 542 106 53
Binary 10111010 100001 110001 0 1010010 1001010 11011 101100010 1000110 101011

Color Harmonies of #BA2131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2131

Black with #BA2131

Text Example


Text Example

White with #BA2131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2131; }

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

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

background-color css

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

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

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

border-color css

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

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

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