Html Css Color HEX #BF3C3C Persian Red

📋 copy color: '#BF3C3C'

red 191 ◦ green 60 ◦ blue 60

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

Shades of Persian Red #BF3C3C

Tints of Persian Red #BF3C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.29%

R = 61.41%
G = 19.29%
B = 19.29%

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

#BF3C3C (or 0xBF3C3C) is known color: Persian Red. HEX triplet: BF, 3C and 3C. RGB value is (191,60,60). Sum of RGB (Red+Green+Blue) = 191+60+60=311 (41% of max value = 765). Red value is 191 (75% from 255 or 61.41% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3C3C is #40C3C3. Grayscale: #636363. Windows color (decimal): -4244420 or 3947711. OLE color: 3947711.

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

Color convert

RGB 191 60 60 -
CMYK 0 0.69 0.69 0.25
HSL 0.52% 0.49% -
HSV(B) 0.69% 0.75% -
XYZ 23.92 14.63 5.84 -
YUV 99.17 105.9 193.5 -
System Red Green Blue C M Y K H S L
Decimal 191 60 60 0 0.69 0.69 0.25 0 0.52 0.49
Hex BF 3C 3C 0 45 45 19 0 34 31
Octal 277 74 74 0 105 105 31 0 64 61
Binary 10111111 111100 111100 0 1000101 1000101 11001 0 110100 110001

Color Harmonies of #BF3C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3C3C

Black with #BF3C3C

Text Example


Text Example

White with #BF3C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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