Html Css Color HEX #BF382B Persian Red

📋 copy color: '#BF382B'

red 191 ◦ green 56 ◦ blue 43

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

Shades of Persian Red #BF382B

Tints of Persian Red #BF382B

RGB

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

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

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

R = 65.86%
G = 19.31%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF382B (or 0xBF382B) is known color: Persian Red. HEX triplet: BF, 38 and 2B. RGB value is (191,56,43). Sum of RGB (Red+Green+Blue) = 191+56+43=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF382B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF382B is #40C7D4. Grayscale: #5F5F5F. Windows color (decimal): -4245461 or 2832575. OLE color: 2832575.

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

Color convert

RGB 191 56 43 -
CMYK 0 0.71 0.77 0.25
HSL 5.27º 0.63% 0.46% -
HSV(B) 5.27º 0.77% 0.75% -
XYZ 23.34 14.08 3.77 -
YUV 94.88 98.73 196.56 -
System Red Green Blue C M Y K H S L
Decimal 191 56 43 0 0.71 0.77 0.25 5.27 0.63 0.46
Hex BF 38 2B 0 47 4D 19 5 3F 2E
Octal 277 70 53 0 107 115 31 5 77 56
Binary 10111111 111000 101011 0 1000111 1001101 11001 101 111111 101110

Color Harmonies of #BF382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF382B

Black with #BF382B

Text Example


Text Example

White with #BF382B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF382B; }

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

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

background-color css

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

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

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

border-color css

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

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

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