Html Css Color HEX #BF352D Persian Red

📋 copy color: '#BF352D'

red 191 ◦ green 53 ◦ blue 45

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

Shades of Persian Red #BF352D

Tints of Persian Red #BF352D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.34%

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

R = 66.09%
G = 18.34%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF352D (or 0xBF352D) is known color: Persian Red. HEX triplet: BF, 35 and 2D. RGB value is (191,53,45). Sum of RGB (Red+Green+Blue) = 191+53+45=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF352D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF352D is #40CAD2. Grayscale: #5D5D5D. Windows color (decimal): -4246227 or 2962879. OLE color: 2962879.

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

Color convert

RGB 191 53 45 -
CMYK 0 0.72 0.76 0.25
HSL 3.29º 0.62% 0.46% -
HSV(B) 3.29º 0.76% 0.75% -
XYZ 23.23 13.81 3.92 -
YUV 93.35 100.72 197.65 -
System Red Green Blue C M Y K H S L
Decimal 191 53 45 0 0.72 0.76 0.25 3.29 0.62 0.46
Hex BF 35 2D 0 48 4C 19 3 3E 2E
Octal 277 65 55 0 110 114 31 3 76 56
Binary 10111111 110101 101101 0 1001000 1001100 11001 11 111110 101110

Color Harmonies of #BF352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF352D

Black with #BF352D

Text Example


Text Example

White with #BF352D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF352D; }

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

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

background-color css

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

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

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

border-color css

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

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

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