Html Css Color HEX #BA222A Cardinal

📋 copy color: '#BA222A'

red 186 ◦ green 34 ◦ blue 42

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

Shades of Cardinal #BA222A

Tints of Cardinal #BA222A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.03%

R = 70.99%
G = 12.98%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA222A (or 0xBA222A) is known color: Cardinal. HEX triplet: BA, 22 and 2A. RGB value is (186,34,42). Sum of RGB (Red+Green+Blue) = 186+34+42=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA222A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA222A is #45DDD5. Grayscale: #505050. Windows color (decimal): -4578774 or 2761402. OLE color: 2761402.

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

Color convert

RGB 186 34 42 -
CMYK 0 0.82 0.77 0.27
HSL 356.84º 0.69% 0.43% -
HSV(B) 356.84º 0.82% 0.73% -
XYZ 21.24 11.75 3.34 -
YUV 80.36 106.36 203.35 -
System Red Green Blue C M Y K H S L
Decimal 186 34 42 0 0.82 0.77 0.27 356.84 0.69 0.43
Hex BA 22 2A 0 52 4D 1B 165 45 2B
Octal 272 42 52 0 122 115 33 545 105 53
Binary 10111010 100010 101010 0 1010010 1001101 11011 101100101 1000101 101011

Color Harmonies of #BA222A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA222A

Black with #BA222A

Text Example


Text Example

White with #BA222A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA222A; }

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

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

background-color css

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

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

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

border-color css

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

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

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