Html Css Color HEX #BA2231 Cardinal

📋 copy color: '#BA2231'

red 186 ◦ green 34 ◦ blue 49

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

Shades of Cardinal #BA2231

Tints of Cardinal #BA2231

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.64%

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

R = 69.14%
G = 12.64%
B = 18.22%

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

#BA2231 (or 0xBA2231) is known color: Cardinal. HEX triplet: BA, 22 and 31. RGB value is (186,34,49). Sum of RGB (Red+Green+Blue) = 186+34+49=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2231 is #45DDCE. Grayscale: #515151. Windows color (decimal): -4578767 or 3220154. OLE color: 3220154.

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

Color convert

RGB 186 34 49 -
CMYK 0 0.82 0.74 0.27
HSL 354.08º 0.69% 0.43% -
HSV(B) 354.08º 0.82% 0.73% -
XYZ 21.38 11.8 4.06 -
YUV 81.16 109.86 202.78 -
System Red Green Blue C M Y K H S L
Decimal 186 34 49 0 0.82 0.74 0.27 354.08 0.69 0.43
Hex BA 22 31 0 52 4A 1B 162 45 2B
Octal 272 42 61 0 122 112 33 542 105 53
Binary 10111010 100010 110001 0 1010010 1001010 11011 101100010 1000101 101011

Color Harmonies of #BA2231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2231

Black with #BA2231

Text Example


Text Example

White with #BA2231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2231; }

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

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

background-color css

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

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

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

border-color css

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

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

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