Html Css Color HEX #BF3C36 Persian Red

📋 copy color: '#BF3C36'

red 191 ◦ green 60 ◦ blue 54

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

Shades of Persian Red #BF3C36

Tints of Persian Red #BF3C36

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.67%

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

R = 62.62%
G = 19.67%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BF3C36 (or 0xBF3C36) is known color: Persian Red. HEX triplet: BF, 3C and 36. RGB value is (191,60,54). Sum of RGB (Red+Green+Blue) = 191+60+54=305 (40% of max value = 765). Red value is 191 (75% from 255 or 62.62% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3C36 is #40C3C9. Grayscale: #626262. Windows color (decimal): -4244426 or 3554495. OLE color: 3554495.

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

Color convert

RGB 191 60 54 -
CMYK 0 0.69 0.72 0.25
HSL 2.63º 0.56% 0.48% -
HSV(B) 2.63º 0.72% 0.75% -
XYZ 23.77 14.57 5.05 -
YUV 98.49 102.9 193.99 -
System Red Green Blue C M Y K H S L
Decimal 191 60 54 0 0.69 0.72 0.25 2.63 0.56 0.48
Hex BF 3C 36 0 45 48 19 3 38 30
Octal 277 74 66 0 105 110 31 3 70 60
Binary 10111111 111100 110110 0 1000101 1001000 11001 11 111000 110000

Color Harmonies of #BF3C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3C36

Black with #BF3C36

Text Example


Text Example

White with #BF3C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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