Html Css Color HEX #BF382D Persian Red

📋 copy color: '#BF382D'

red 191 ◦ green 56 ◦ blue 45

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

Shades of Persian Red #BF382D

Tints of Persian Red #BF382D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.18%

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

R = 65.41%
G = 19.18%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF382D (or 0xBF382D) is known color: Persian Red. HEX triplet: BF, 38 and 2D. RGB value is (191,56,45). Sum of RGB (Red+Green+Blue) = 191+56+45=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF382D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF382D is #40C7D2. Grayscale: #5F5F5F. Windows color (decimal): -4245459 or 2963647. OLE color: 2963647.

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

Color convert

RGB 191 56 45 -
CMYK 0 0.71 0.76 0.25
HSL 4.52º 0.62% 0.46% -
HSV(B) 4.52º 0.76% 0.75% -
XYZ 23.37 14.09 3.97 -
YUV 95.11 99.73 196.39 -
System Red Green Blue C M Y K H S L
Decimal 191 56 45 0 0.71 0.76 0.25 4.52 0.62 0.46
Hex BF 38 2D 0 47 4C 19 5 3E 2E
Octal 277 70 55 0 107 114 31 5 76 56
Binary 10111111 111000 101101 0 1000111 1001100 11001 101 111110 101110

Color Harmonies of #BF382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF382D

Black with #BF382D

Text Example


Text Example

White with #BF382D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF382D; }

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

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

background-color css

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

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

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

border-color css

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

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

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