Html Css Color HEX #BF342B Persian Red

📋 copy color: '#BF342B'

red 191 ◦ green 52 ◦ blue 43

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

Shades of Persian Red #BF342B

Tints of Persian Red #BF342B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.18%

 BLUE value IS 43 (17.19% from 255) = 15.03%

R = 66.78%
G = 18.18%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF342B (or 0xBF342B) is known color: Persian Red. HEX triplet: BF, 34 and 2B. RGB value is (191,52,43). Sum of RGB (Red+Green+Blue) = 191+52+43=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF342B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF342B is #40CBD4. Grayscale: #5C5C5C. Windows color (decimal): -4246485 or 2831551. OLE color: 2831551.

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

Color convert

RGB 191 52 43 -
CMYK 0 0.73 0.77 0.25
HSL 3.65º 0.63% 0.46% -
HSV(B) 3.65º 0.77% 0.75% -
XYZ 23.15 13.71 3.71 -
YUV 92.54 100.05 198.23 -
System Red Green Blue C M Y K H S L
Decimal 191 52 43 0 0.73 0.77 0.25 3.65 0.63 0.46
Hex BF 34 2B 0 49 4D 19 4 3F 2E
Octal 277 64 53 0 111 115 31 4 77 56
Binary 10111111 110100 101011 0 1001001 1001101 11001 100 111111 101110

Color Harmonies of #BF342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF342B

Black with #BF342B

Text Example


Text Example

White with #BF342B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF342B; }

 p { color: rgb(191,52,43); }

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

background-color css

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

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

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

border-color css

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

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

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