Html Css Color HEX #BF342A Persian Red

📋 copy color: '#BF342A'

red 191 ◦ green 52 ◦ blue 42

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

Shades of Persian Red #BF342A

Tints of Persian Red #BF342A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.74%

R = 67.02%
G = 18.25%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BF342A (or 0xBF342A) is known color: Persian Red. HEX triplet: BF, 34 and 2A. RGB value is (191,52,42). Sum of RGB (Red+Green+Blue) = 191+52+42=285 (37% of max value = 765). Red value is 191 (75% from 255 or 67.02% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 191 - color contains mainly: red. Hex color #BF342A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF342A is #40CBD5. Grayscale: #5C5C5C. Windows color (decimal): -4246486 or 2766015. OLE color: 2766015.

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

Color convert

RGB 191 52 42 -
CMYK 0 0.73 0.78 0.25
HSL 4.03º 0.64% 0.46% -
HSV(B) 4.03º 0.78% 0.75% -
XYZ 23.13 13.7 3.62 -
YUV 92.42 99.55 198.31 -
System Red Green Blue C M Y K H S L
Decimal 191 52 42 0 0.73 0.78 0.25 4.03 0.64 0.46
Hex BF 34 2A 0 49 4E 19 4 40 2E
Octal 277 64 52 0 111 116 31 4 100 56
Binary 10111111 110100 101010 0 1001001 1001110 11001 100 1000000 101110

Color Harmonies of #BF342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF342A

Black with #BF342A

Text Example


Text Example

White with #BF342A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF342A; }

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

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

background-color css

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

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

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

border-color css

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

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

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