Html Css Color HEX #BF392C Persian Red

📋 copy color: '#BF392C'

red 191 ◦ green 57 ◦ blue 44

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

Shades of Persian Red #BF392C

Tints of Persian Red #BF392C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.07%

R = 65.41%
G = 19.52%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF392C (or 0xBF392C) is known color: Persian Red. HEX triplet: BF, 39 and 2C. RGB value is (191,57,44). Sum of RGB (Red+Green+Blue) = 191+57+44=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF392C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF392C is #40C6D3. Grayscale: #5F5F5F. Windows color (decimal): -4245204 or 2898367. OLE color: 2898367.

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

Color convert

RGB 191 57 44 -
CMYK 0 0.70 0.77 0.25
HSL 5.31º 0.63% 0.46% -
HSV(B) 5.31º 0.77% 0.75% -
XYZ 23.4 14.18 3.89 -
YUV 95.58 98.89 196.06 -
System Red Green Blue C M Y K H S L
Decimal 191 57 44 0 0.70 0.77 0.25 5.31 0.63 0.46
Hex BF 39 2C 0 46 4D 19 5 3F 2E
Octal 277 71 54 0 106 115 31 5 77 56
Binary 10111111 111001 101100 0 1000110 1001101 11001 101 111111 101110

Color Harmonies of #BF392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF392C

Black with #BF392C

Text Example


Text Example

White with #BF392C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF392C; }

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

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

background-color css

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

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

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

border-color css

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

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

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