Html Css Color HEX #BF3C3B Persian Red

📋 copy color: '#BF3C3B'

red 191 ◦ green 60 ◦ blue 59

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

Shades of Persian Red #BF3C3B

Tints of Persian Red #BF3C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.03%

R = 61.61%
G = 19.35%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF3C3B (or 0xBF3C3B) is known color: Persian Red. HEX triplet: BF, 3C and 3B. RGB value is (191,60,59). Sum of RGB (Red+Green+Blue) = 191+60+59=310 (41% of max value = 765). Red value is 191 (75% from 255 or 61.61% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3C3B is #40C3C4. Grayscale: #636363. Windows color (decimal): -4244421 or 3882175. OLE color: 3882175.

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

Color convert

RGB 191 60 59 -
CMYK 0 0.69 0.69 0.25
HSL 0.45º 0.53% 0.49% -
HSV(B) 0.45º 0.69% 0.75% -
XYZ 23.89 14.62 5.7 -
YUV 99.06 105.4 193.58 -
System Red Green Blue C M Y K H S L
Decimal 191 60 59 0 0.69 0.69 0.25 0.45 0.53 0.49
Hex BF 3C 3B 0 45 45 19 0 35 31
Octal 277 74 73 0 105 105 31 0 65 61
Binary 10111111 111100 111011 0 1000101 1000101 11001 0 110101 110001

Color Harmonies of #BF3C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3C3B

Black with #BF3C3B

Text Example


Text Example

White with #BF3C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3C3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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