Html Css Color HEX #BF3A2E Persian Red

📋 copy color: '#BF3A2E'

red 191 ◦ green 58 ◦ blue 46

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

Shades of Persian Red #BF3A2E

Tints of Persian Red #BF3A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.59%

R = 64.75%
G = 19.66%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF3A2E (or 0xBF3A2E) is known color: Persian Red. HEX triplet: BF, 3A and 2E. RGB value is (191,58,46). Sum of RGB (Red+Green+Blue) = 191+58+46=295 (39% of max value = 765). Red value is 191 (75% from 255 or 64.75% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3A2E is #40C5D1. Grayscale: #606060. Windows color (decimal): -4244946 or 3029695. OLE color: 3029695.

HSL color Cylindrical-coordinate representation of color #BF3A2E: hue angle of 4.97º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF3A2E is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 58 46 -
CMYK 0 0.70 0.76 0.25
HSL 4.97º 0.61% 0.46% -
HSV(B) 4.97º 0.76% 0.75% -
XYZ 23.49 14.3 4.11 -
YUV 96.4 99.56 195.48 -
System Red Green Blue C M Y K H S L
Decimal 191 58 46 0 0.70 0.76 0.25 4.97 0.61 0.46
Hex BF 3A 2E 0 46 4C 19 5 3D 2E
Octal 277 72 56 0 106 114 31 5 75 56
Binary 10111111 111010 101110 0 1000110 1001100 11001 101 111101 101110

Color Harmonies of #BF3A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3A2E

Black with #BF3A2E

Text Example


Text Example

White with #BF3A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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