Html Css Color HEX #BA223F Cardinal

📋 copy color: '#BA223F'

red 186 ◦ green 34 ◦ blue 63

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

Shades of Cardinal #BA223F

Tints of Cardinal #BA223F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.26%

R = 65.72%
G = 12.01%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA223F (or 0xBA223F) is known color: Cardinal. HEX triplet: BA, 22 and 3F. RGB value is (186,34,63). Sum of RGB (Red+Green+Blue) = 186+34+63=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA223F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA223F is #45DDC0. Grayscale: #525252. Windows color (decimal): -4578753 or 4137658. OLE color: 4137658.

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

Color convert

RGB 186 34 63 -
CMYK 0 0.82 0.66 0.27
HSL 348.55º 0.69% 0.43% -
HSV(B) 348.55º 0.82% 0.73% -
XYZ 21.72 11.94 5.86 -
YUV 82.75 116.86 201.64 -
System Red Green Blue C M Y K H S L
Decimal 186 34 63 0 0.82 0.66 0.27 348.55 0.69 0.43
Hex BA 22 3F 0 52 42 1B 15D 45 2B
Octal 272 42 77 0 122 102 33 535 105 53
Binary 10111010 100010 111111 0 1010010 1000010 11011 101011101 1000101 101011

Color Harmonies of #BA223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA223F

Black with #BA223F

Text Example


Text Example

White with #BA223F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA223F; }

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

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

background-color css

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

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

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

border-color css

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

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

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