Html Css Color HEX #BF3227 Persian Red

📋 copy color: '#BF3227'

red 191 ◦ green 50 ◦ blue 39

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

Shades of Persian Red #BF3227

Tints of Persian Red #BF3227

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.86%

 BLUE value IS 39 (15.63% from 255) = 13.93%

R = 68.21%
G = 17.86%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BF3227 (or 0xBF3227) is known color: Persian Red. HEX triplet: BF, 32 and 27. RGB value is (191,50,39). Sum of RGB (Red+Green+Blue) = 191+50+39=280 (37% of max value = 765). Red value is 191 (75% from 255 or 68.21% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3227 is #40CDD8. Grayscale: #5B5B5B. Windows color (decimal): -4247001 or 2568895. OLE color: 2568895.

HSL color Cylindrical-coordinate representation of color #BF3227: hue angle of 4.34º degrees, saturation: 0.66, 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 #BF3227 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 50 39 -
CMYK 0 0.74 0.80 0.25
HSL 4.34º 0.66% 0.45% -
HSV(B) 4.34º 0.8% 0.75% -
XYZ 22.99 13.5 3.31 -
YUV 90.91 98.71 199.39 -
System Red Green Blue C M Y K H S L
Decimal 191 50 39 0 0.74 0.80 0.25 4.34 0.66 0.45
Hex BF 32 27 0 4A 50 19 4 42 2D
Octal 277 62 47 0 112 120 31 4 102 55
Binary 10111111 110010 100111 0 1001010 1010000 11001 100 1000010 101101

Color Harmonies of #BF3227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3227

Black with #BF3227

Text Example


Text Example

White with #BF3227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3227; }

 p { color: rgb(191,50,39); }

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

background-color css

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

 a { background-color: rgb(191,50,39); }

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

border-color css

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

 span { border-color: rgb(191,50,39); }

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