Html Css Color HEX #BF352C Persian Red

📋 copy color: '#BF352C'

red 191 ◦ green 53 ◦ blue 44

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

Shades of Persian Red #BF352C

Tints of Persian Red #BF352C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.28%

R = 66.32%
G = 18.4%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF352C (or 0xBF352C) is known color: Persian Red. HEX triplet: BF, 35 and 2C. RGB value is (191,53,44). Sum of RGB (Red+Green+Blue) = 191+53+44=288 (38% of max value = 765). Red value is 191 (75% from 255 or 66.32% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 191 - color contains mainly: red. Hex color #BF352C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF352C is #40CAD3. Grayscale: #5D5D5D. Windows color (decimal): -4246228 or 2897343. OLE color: 2897343.

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

Color convert

RGB 191 53 44 -
CMYK 0 0.72 0.77 0.25
HSL 3.67º 0.63% 0.46% -
HSV(B) 3.67º 0.77% 0.75% -
XYZ 23.21 13.8 3.82 -
YUV 93.24 100.22 197.73 -
System Red Green Blue C M Y K H S L
Decimal 191 53 44 0 0.72 0.77 0.25 3.67 0.63 0.46
Hex BF 35 2C 0 48 4D 19 4 3F 2E
Octal 277 65 54 0 110 115 31 4 77 56
Binary 10111111 110101 101100 0 1001000 1001101 11001 100 111111 101110

Color Harmonies of #BF352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF352C

Black with #BF352C

Text Example


Text Example

White with #BF352C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF352C; }

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

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

background-color css

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

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

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

border-color css

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

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

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