Html Css Color HEX #BF3726 Persian Red

📋 copy color: '#BF3726'

red 191 ◦ green 55 ◦ blue 38

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

Shades of Persian Red #BF3726

Tints of Persian Red #BF3726

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.37%

 BLUE value IS 38 (15.23% from 255) = 13.38%

R = 67.25%
G = 19.37%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BF3726 (or 0xBF3726) is known color: Persian Red. HEX triplet: BF, 37 and 26. RGB value is (191,55,38). Sum of RGB (Red+Green+Blue) = 191+55+38=284 (37% of max value = 765). Red value is 191 (75% from 255 or 67.25% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3726 is #40C8D9. Grayscale: #5D5D5D. Windows color (decimal): -4245722 or 2504639. OLE color: 2504639.

HSL color Cylindrical-coordinate representation of color #BF3726: hue angle of 6.67º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF3726 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 55 38 -
CMYK 0 0.71 0.80 0.25
HSL 6.67º 0.67% 0.45% -
HSV(B) 6.67º 0.8% 0.75% -
XYZ 23.2 13.95 3.3 -
YUV 93.73 96.56 197.38 -
System Red Green Blue C M Y K H S L
Decimal 191 55 38 0 0.71 0.80 0.25 6.67 0.67 0.45
Hex BF 37 26 0 47 50 19 7 43 2D
Octal 277 67 46 0 107 120 31 7 103 55
Binary 10111111 110111 100110 0 1000111 1010000 11001 111 1000011 101101

Color Harmonies of #BF3726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3726

Black with #BF3726

Text Example


Text Example

White with #BF3726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3726; }

 p { color: rgb(191,55,38); }

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

background-color css

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

 a { background-color: rgb(191,55,38); }

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

border-color css

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

 span { border-color: rgb(191,55,38); }

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