#BA002F

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

Shades of Cardinal #BA002F

Tints of Cardinal #BA002F

Color information

#BA002F (or 0xBA002F) is unknown color: approx Cardinal. HEX triplet: BA, 00 and 2F. RGB value is (186,0,47). Sum of RGB (Red+Green+Blue) = 186+0+47=233 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.83% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 186 - color contains mainly: red. Hex color #BA002F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA002F is #45FFD0. Grayscale: #3C3C3C. Windows color (decimal): -4587473 or 3080378. OLE color: 3080378.

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

Color convert

RGB186047-
CMYK010.750.27
HSL344.84º100%36.47%-
HSV(B)344.84º100%72.94%-
XYZ20.7610.643.65-
YUV60.97120.12217.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 79.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 47 (18.75% from 255) = 20.17%
R=79.83%
G=0%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186047010.750.27344.8410036.47
HexBA02F0644B1B1596424
Octal27205701441133353114444
Binary101110100101111011001001001011110111010110011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA002F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA002F; }

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

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

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

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

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

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

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

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