#BA282F

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

Shades of Cardinal #BA282F

Tints of Cardinal #BA282F

Color information

#BA282F (or 0xBA282F) is unknown color: approx Cardinal. HEX triplet: BA, 28 and 2F. RGB value is (186,40,47). Sum of RGB (Red+Green+Blue) = 186+40+47=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA282F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA282F is #45D7D0. Grayscale: #545454. Windows color (decimal): -4577233 or 3090618. OLE color: 3090618.

HSL color Cylindrical-coordinate representation of color #BA282F: hue angle of 357.12º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA282F is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB1864047-
CMYK00.780.750.27
HSL357.12º64.6%44.31%-
HSV(B)357.12º78.49%72.94%-
XYZ21.5212.163.9-
YUV84.45106.87200.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.13%
GREEN value IS 40 (16.02% from 255) = 14.65%
BLUE value IS 47 (18.75% from 255) = 17.22%
R=68.13%
G=14.65%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186404700.780.750.27357.1264.644.31
HexBA282F04E4B1B165412c
Octal272505701161133354510154
Binary10111010101000101111010011101001011110111011001011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA282F; }

 p { color: rgb(186,40,47); }

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

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

 a { background-color: rgb(186,40,47); }

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

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

 span { border-color: rgb(186,40,47); }

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