Html Css Color HEX #BF3A2D Persian Red

📋 copy color: '#BF3A2D'

red 191 ◦ green 58 ◦ blue 45

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

Shades of Persian Red #BF3A2D

Tints of Persian Red #BF3A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.31%

R = 64.97%
G = 19.73%
B = 15.31%

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

#BF3A2D (or 0xBF3A2D) is known color: Persian Red. HEX triplet: BF, 3A and 2D. RGB value is (191,58,45). Sum of RGB (Red+Green+Blue) = 191+58+45=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3A2D is #40C5D2. Grayscale: #606060. Windows color (decimal): -4244947 or 2964159. OLE color: 2964159.

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

Color convert

RGB 191 58 45 -
CMYK 0 0.70 0.76 0.25
HSL 5.34º 0.62% 0.46% -
HSV(B) 5.34º 0.76% 0.75% -
XYZ 23.47 14.29 4 -
YUV 96.29 99.06 195.56 -
System Red Green Blue C M Y K H S L
Decimal 191 58 45 0 0.70 0.76 0.25 5.34 0.62 0.46
Hex BF 3A 2D 0 46 4C 19 5 3E 2E
Octal 277 72 55 0 106 114 31 5 76 56
Binary 10111111 111010 101101 0 1000110 1001100 11001 101 111110 101110

Color Harmonies of #BF3A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3A2D

Black with #BF3A2D

Text Example


Text Example

White with #BF3A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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