Html Css Color HEX #BF392D Persian Red

📋 copy color: '#BF392D'

red 191 ◦ green 57 ◦ blue 45

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

Shades of Persian Red #BF392D

Tints of Persian Red #BF392D

RGB

 RED value IS 191 (75% from 255) = 65.19%

 GREEN value IS 57 (22.66% from 255) = 19.45%

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

R = 65.19%
G = 19.45%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF392D (or 0xBF392D) is known color: Persian Red. HEX triplet: BF, 39 and 2D. RGB value is (191,57,45). Sum of RGB (Red+Green+Blue) = 191+57+45=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF392D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF392D is #40C6D2. Grayscale: #5F5F5F. Windows color (decimal): -4245203 or 2963903. OLE color: 2963903.

HSL color Cylindrical-coordinate representation of color #BF392D: hue angle of 4.93º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF392D is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 57 45 -
CMYK 0 0.70 0.76 0.25
HSL 4.93º 0.62% 0.46% -
HSV(B) 4.93º 0.76% 0.75% -
XYZ 23.42 14.19 3.99 -
YUV 95.7 99.39 195.98 -
System Red Green Blue C M Y K H S L
Decimal 191 57 45 0 0.70 0.76 0.25 4.93 0.62 0.46
Hex BF 39 2D 0 46 4C 19 5 3E 2E
Octal 277 71 55 0 106 114 31 5 76 56
Binary 10111111 111001 101101 0 1000110 1001100 11001 101 111110 101110

Color Harmonies of #BF392D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF392D

Black with #BF392D

Text Example


Text Example

White with #BF392D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF392D; }

 p { color: rgb(191,57,45); }

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

background-color css

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

 a { background-color: rgb(191,57,45); }

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

border-color css

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

 span { border-color: rgb(191,57,45); }

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