#BA302D

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

Shades of Persian Red #BA302D

Tints of Persian Red #BA302D

Color information

#BA302D (or 0xBA302D) is unknown color: approx Persian Red. HEX triplet: BA, 30 and 2D. RGB value is (186,48,45). Sum of RGB (Red+Green+Blue) = 186+48+45=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA302D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA302D is #45CFD2. Grayscale: #595959. Windows color (decimal): -4575187 or 2961594. OLE color: 2961594.

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

Color convert

RGB1864845-
CMYK00.740.760.27
HSL1.28º61.04%45.29%-
HSV(B)1.28º75.81%72.94%-
XYZ21.7812.743.79-
YUV88.92103.22197.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.67%
GREEN value IS 48 (19.14% from 255) = 17.20%
BLUE value IS 45 (17.97% from 255) = 16.13%
R=66.67%
G=17.20%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186484500.740.760.271.2861.0445.29
HexBA302D04A4C1B13d2d
Octal272605501121143317555
Binary10111010110000101101010010101001100110111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA302D; }

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

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

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

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

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

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

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

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