Html Css Color HEX #BA302D Persian Red

📋 copy color: '#BA302D'

red 186 ◦ green 48 ◦ blue 45

#BA302D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #BA302D

Tints of Persian Red #BA302D

RGB

 RED value IS 186 (73.05% from 255) = 66.67%

 GREEN value IS 48 (19.14% from 255) = 17.2%

 BLUE value IS 45 (17.97% from 255) = 16.13%

R = 66.67%
G = 17.2%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA302D (or 0xBA302D) is known color: 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

RGB 186 48 45 -
CMYK 0 0.74 0.76 0.27
HSL 1.28º 0.61% 0.45% -
HSV(B) 1.28º 0.76% 0.73% -
XYZ 21.78 12.74 3.79 -
YUV 88.92 103.22 197.24 -
System Red Green Blue C M Y K H S L
Decimal 186 48 45 0 0.74 0.76 0.27 1.28 0.61 0.45
Hex BA 30 2D 0 4A 4C 1B 1 3D 2D
Octal 272 60 55 0 112 114 33 1 75 55
Binary 10111010 110000 101101 0 1001010 1001100 11011 1 111101 101101

Color Harmonies of #BA302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA302D

Black with #BA302D

Text Example


Text Example

White with #BA302D

Text Example


Text Example

HTML Codes & Css Web 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>