Html Css Color HEX #BF3736 Persian Red

📋 copy color: '#BF3736'

red 191 ◦ green 55 ◦ blue 54

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

Shades of Persian Red #BF3736

Tints of Persian Red #BF3736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18%

R = 63.67%
G = 18.33%
B = 18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BF3736 (or 0xBF3736) is known color: Persian Red. HEX triplet: BF, 37 and 36. RGB value is (191,55,54). Sum of RGB (Red+Green+Blue) = 191+55+54=300 (39% of max value = 765). Red value is 191 (75% from 255 or 63.67% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3736 is #40C8C9. Grayscale: #5F5F5F. Windows color (decimal): -4245706 or 3553215. OLE color: 3553215.

HSL color Cylindrical-coordinate representation of color #BF3736: hue angle of 0.44º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF3736 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 55 54 -
CMYK 0 0.71 0.72 0.25
HSL 0.44º 0.56% 0.48% -
HSV(B) 0.44º 0.72% 0.75% -
XYZ 23.52 14.08 4.97 -
YUV 95.55 104.56 196.08 -
System Red Green Blue C M Y K H S L
Decimal 191 55 54 0 0.71 0.72 0.25 0.44 0.56 0.48
Hex BF 37 36 0 47 48 19 0 38 30
Octal 277 67 66 0 107 110 31 0 70 60
Binary 10111111 110111 110110 0 1000111 1001000 11001 0 111000 110000

Color Harmonies of #BF3736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3736

Black with #BF3736

Text Example


Text Example

White with #BF3736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3736; }

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

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

background-color css

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

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

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

border-color css

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

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

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