#BA083E

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

Shades of Cardinal #BA083E

Tints of Cardinal #BA083E

Color information

#BA083E (or 0xBA083E) is unknown color: approx Cardinal. HEX triplet: BA, 08 and 3E. RGB value is (186,8,62). Sum of RGB (Red+Green+Blue) = 186+8+62=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA083E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA083E is #45F7C1. Grayscale: #434343. Windows color (decimal): -4585410 or 4065466. OLE color: 4065466.

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

Color convert

RGB186862-
CMYK00.960.670.27
HSL341.8º91.75%38.04%-
HSV(B)341.8º95.7%72.94%-
XYZ21.2110.965.56-
YUV67.38124.97212.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 72.66%
GREEN value IS 8 (3.52% from 255) = 3.12%
BLUE value IS 62 (24.61% from 255) = 24.22%
R=72.66%
G=3.12%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18686200.960.670.27341.891.7538.04
HexBA83E060431B1565c26
Octal272107601401033352613446
Binary101110101000111110011000001000011110111010101101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA083E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA083E; }

 p { color: rgb(186,8,62); }

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

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

 a { background-color: rgb(186,8,62); }

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

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

 span { border-color: rgb(186,8,62); }

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