Html Css Color HEX #BA223B Cardinal

📋 copy color: '#BA223B'

red 186 ◦ green 34 ◦ blue 59

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

Shades of Cardinal #BA223B

Tints of Cardinal #BA223B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.15%

R = 66.67%
G = 12.19%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA223B (or 0xBA223B) is known color: Cardinal. HEX triplet: BA, 22 and 3B. RGB value is (186,34,59). Sum of RGB (Red+Green+Blue) = 186+34+59=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA223B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA223B is #45DDC4. Grayscale: #525252. Windows color (decimal): -4578757 or 3875514. OLE color: 3875514.

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

Color convert

RGB 186 34 59 -
CMYK 0 0.82 0.68 0.27
HSL 350.13º 0.69% 0.43% -
HSV(B) 350.13º 0.82% 0.73% -
XYZ 21.61 11.9 5.3 -
YUV 82.3 114.86 201.97 -
System Red Green Blue C M Y K H S L
Decimal 186 34 59 0 0.82 0.68 0.27 350.13 0.69 0.43
Hex BA 22 3B 0 52 44 1B 15E 45 2B
Octal 272 42 73 0 122 104 33 536 105 53
Binary 10111010 100010 111011 0 1010010 1000100 11011 101011110 1000101 101011

Color Harmonies of #BA223B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA223B

Black with #BA223B

Text Example


Text Example

White with #BA223B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA223B; }

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

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

background-color css

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

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

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

border-color css

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

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

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