Html Css Color HEX #BA223E Cardinal

📋 copy color: '#BA223E'

red 186 ◦ green 34 ◦ blue 62

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

Shades of Cardinal #BA223E

Tints of Cardinal #BA223E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.99%

R = 65.96%
G = 12.06%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA223E (or 0xBA223E) is known color: Cardinal. HEX triplet: BA, 22 and 3E. RGB value is (186,34,62). Sum of RGB (Red+Green+Blue) = 186+34+62=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA223E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA223E is #45DDC1. Grayscale: #525252. Windows color (decimal): -4578754 or 4072122. OLE color: 4072122.

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

Color convert

RGB 186 34 62 -
CMYK 0 0.82 0.67 0.27
HSL 348.95º 0.69% 0.43% -
HSV(B) 348.95º 0.82% 0.73% -
XYZ 21.69 11.93 5.72 -
YUV 82.64 116.36 201.72 -
System Red Green Blue C M Y K H S L
Decimal 186 34 62 0 0.82 0.67 0.27 348.95 0.69 0.43
Hex BA 22 3E 0 52 43 1B 15D 45 2B
Octal 272 42 76 0 122 103 33 535 105 53
Binary 10111010 100010 111110 0 1010010 1000011 11011 101011101 1000101 101011

Color Harmonies of #BA223E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA223E

Black with #BA223E

Text Example


Text Example

White with #BA223E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA223E; }

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

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

background-color css

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

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

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

border-color css

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

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

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