Html Css Color HEX #BF392B Persian Red

📋 copy color: '#BF392B'

red 191 ◦ green 57 ◦ blue 43

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

Shades of Persian Red #BF392B

Tints of Persian Red #BF392B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.78%

R = 65.64%
G = 19.59%
B = 14.78%

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

#BF392B (or 0xBF392B) is known color: Persian Red. HEX triplet: BF, 39 and 2B. RGB value is (191,57,43). Sum of RGB (Red+Green+Blue) = 191+57+43=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF392B is #40C6D4. Grayscale: #5F5F5F. Windows color (decimal): -4245205 or 2832831. OLE color: 2832831.

HSL color Cylindrical-coordinate representation of color #BF392B: hue angle of 5.68º 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 #BF392B is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 57 43 -
CMYK 0 0.70 0.77 0.25
HSL 5.68º 0.63% 0.46% -
HSV(B) 5.68º 0.77% 0.75% -
XYZ 23.39 14.18 3.79 -
YUV 95.47 98.39 196.14 -
System Red Green Blue C M Y K H S L
Decimal 191 57 43 0 0.70 0.77 0.25 5.68 0.63 0.46
Hex BF 39 2B 0 46 4D 19 6 3F 2E
Octal 277 71 53 0 106 115 31 6 77 56
Binary 10111111 111001 101011 0 1000110 1001101 11001 110 111111 101110

Color Harmonies of #BF392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF392B

Black with #BF392B

Text Example


Text Example

White with #BF392B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF392B; }

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

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

background-color css

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

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

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

border-color css

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

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

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