Html Css Color HEX #BF3A27 Persian Red

📋 copy color: '#BF3A27'

red 191 ◦ green 58 ◦ blue 39

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

Shades of Persian Red #BF3A27

Tints of Persian Red #BF3A27

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.14%

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

R = 66.32%
G = 20.14%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BF3A27 (or 0xBF3A27) is known color: Persian Red. HEX triplet: BF, 3A and 27. RGB value is (191,58,39). Sum of RGB (Red+Green+Blue) = 191+58+39=288 (38% of max value = 765). Red value is 191 (75% from 255 or 66.32% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3A27 is #40C5D8. Grayscale: #5F5F5F. Windows color (decimal): -4244953 or 2570943. OLE color: 2570943.

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

Color convert

RGB 191 58 39 -
CMYK 0 0.70 0.80 0.25
HSL 7.5º 0.66% 0.45% -
HSV(B) 7.5º 0.8% 0.75% -
XYZ 23.37 14.25 3.44 -
YUV 95.6 96.06 196.04 -
System Red Green Blue C M Y K H S L
Decimal 191 58 39 0 0.70 0.80 0.25 7.5 0.66 0.45
Hex BF 3A 27 0 46 50 19 8 42 2D
Octal 277 72 47 0 106 120 31 10 102 55
Binary 10111111 111010 100111 0 1000110 1010000 11001 1000 1000010 101101

Color Harmonies of #BF3A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3A27

Black with #BF3A27

Text Example


Text Example

White with #BF3A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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