Html Css Color HEX #BF3A29 Persian Red

📋 copy color: '#BF3A29'

red 191 ◦ green 58 ◦ blue 41

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

Shades of Persian Red #BF3A29

Tints of Persian Red #BF3A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.14%

R = 65.86%
G = 20%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF3A29 (or 0xBF3A29) is known color: Persian Red. HEX triplet: BF, 3A and 29. RGB value is (191,58,41). Sum of RGB (Red+Green+Blue) = 191+58+41=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3A29 is #40C5D6. Grayscale: #606060. Windows color (decimal): -4244951 or 2702015. OLE color: 2702015.

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

Color convert

RGB 191 58 41 -
CMYK 0 0.70 0.79 0.25
HSL 6.8º 0.65% 0.45% -
HSV(B) 6.8º 0.79% 0.75% -
XYZ 23.4 14.26 3.62 -
YUV 95.83 97.06 195.88 -
System Red Green Blue C M Y K H S L
Decimal 191 58 41 0 0.70 0.79 0.25 6.8 0.65 0.45
Hex BF 3A 29 0 46 4F 19 7 41 2D
Octal 277 72 51 0 106 117 31 7 101 55
Binary 10111111 111010 101001 0 1000110 1001111 11001 111 1000001 101101

Color Harmonies of #BF3A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3A29

Black with #BF3A29

Text Example


Text Example

White with #BF3A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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