Html Css Color HEX #BA332F Persian Red

📋 copy color: '#BA332F'

red 186 ◦ green 51 ◦ blue 47

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

Shades of Persian Red #BA332F

Tints of Persian Red #BA332F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.96%

 BLUE value IS 47 (18.75% from 255) = 16.55%

R = 65.49%
G = 17.96%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA332F (or 0xBA332F) is known color: Persian Red. HEX triplet: BA, 33 and 2F. RGB value is (186,51,47). Sum of RGB (Red+Green+Blue) = 186+51+47=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA332F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA332F is #45CCD0. Grayscale: #5B5B5B. Windows color (decimal): -4574417 or 3093434. OLE color: 3093434.

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

Color convert

RGB 186 51 47 -
CMYK 0 0.73 0.75 0.27
HSL 1.73º 0.6% 0.46% -
HSV(B) 1.73º 0.75% 0.73% -
XYZ 21.95 13.01 4.04 -
YUV 90.91 103.23 195.83 -
System Red Green Blue C M Y K H S L
Decimal 186 51 47 0 0.73 0.75 0.27 1.73 0.6 0.46
Hex BA 33 2F 0 49 4B 1B 2 3C 2E
Octal 272 63 57 0 111 113 33 2 74 56
Binary 10111010 110011 101111 0 1001001 1001011 11011 10 111100 101110

Color Harmonies of #BA332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA332F

Black with #BA332F

Text Example


Text Example

White with #BA332F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA332F; }

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

 H1.HeaderClassName
 {
   color: #BA332F;
 }
 .AnyTagClassName
 {
   color: #BA332F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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