#BA202B

Color #BA202B Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #BA202B

Tints of Cardinal #BA202B

Color information

#BA202B (or 0xBA202B) is unknown color: approx Cardinal. HEX triplet: BA, 20 and 2B. RGB value is (186,32,43). Sum of RGB (Red+Green+Blue) = 186+32+43=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA202B is #45DFD4. Grayscale: #4F4F4F. Windows color (decimal): -4579285 or 2826426. OLE color: 2826426.

HSL color Cylindrical-coordinate representation of color #BA202B: hue angle of 355.71º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA202B is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB1863243-
CMYK00.830.770.27
HSL355.71º70.64%42.75%-
HSV(B)355.71º82.8%72.94%-
XYZ21.211.653.42-
YUV79.3107.52204.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 71.26%
GREEN value IS 32 (12.89% from 255) = 12.26%
BLUE value IS 43 (17.19% from 255) = 16.48%
R=71.26%
G=12.26%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186324300.830.770.27355.7170.6442.75
HexBA202B0534D1B164472b
Octal272405301231153354410753
Binary10111010100000101011010100111001101110111011001001000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA202B; }

 p { color: rgb(186,32,43); }

 H1.HeaderClassName
 {
   color: #BA202B;
 }
 .AnyTagClassName
 {
   color: #BA202B;
 }
</style>
background-color css

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

 a { background-color: rgb(186,32,43); }

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

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

 span { border-color: rgb(186,32,43); }

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