#ba0f2d

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

Shades of Cardinal #BA0F2D

Tints of Cardinal #BA0F2D

Color information

#BA0F2D (or 0xBA0F2D) is unknown color: approx Cardinal. HEX triplet: BA, 0F and 2D. RGB value is (186,15,45). Sum of RGB (Red+Green+Blue) = 186+15+45=246 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.61% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0F2D is #45F0D2. Grayscale: #454545. Windows color (decimal): -4583635 or 2953146. OLE color: 2953146.

HSL color Cylindrical-coordinate representation of color #BA0F2D: hue angle of 349.47º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA0F2D is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB1861545-
CMYK00.920.760.27
HSL349.47º85.07%39.41%-
HSV(B)349.47º91.94%72.94%-
XYZ20.8910.973.5-
YUV69.55114.15211.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 75.61%
GREEN value IS 15 (6.25% from 255) = 6.10%
BLUE value IS 45 (17.97% from 255) = 18.29%
R=75.61%
G=6.10%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186154500.920.760.27349.4785.0739.41
HexBAF2D05C4C1B15d5527
Octal272175501341143353512547
Binary101110101111101101010111001001100110111010111011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba0f2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba0f2d; }

 p { color: rgb(186,15,45); }

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

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

 a { background-color: rgb(186,15,45); }

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

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

 span { border-color: rgb(186,15,45); }

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