Html Css Color HEX #BF352B Persian Red

📋 copy color: '#BF352B'

red 191 ◦ green 53 ◦ blue 43

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

Shades of Persian Red #BF352B

Tints of Persian Red #BF352B

RGB

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

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

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

R = 66.55%
G = 18.47%
B = 14.98%

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

#BF352B (or 0xBF352B) is known color: Persian Red. HEX triplet: BF, 35 and 2B. RGB value is (191,53,43). Sum of RGB (Red+Green+Blue) = 191+53+43=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF352B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF352B is #40CAD4. Grayscale: #5D5D5D. Windows color (decimal): -4246229 or 2831807. OLE color: 2831807.

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

Color convert

RGB 191 53 43 -
CMYK 0 0.72 0.77 0.25
HSL 4.05º 0.63% 0.46% -
HSV(B) 4.05º 0.77% 0.75% -
XYZ 23.2 13.8 3.73 -
YUV 93.12 99.72 197.81 -
System Red Green Blue C M Y K H S L
Decimal 191 53 43 0 0.72 0.77 0.25 4.05 0.63 0.46
Hex BF 35 2B 0 48 4D 19 4 3F 2E
Octal 277 65 53 0 110 115 31 4 77 56
Binary 10111111 110101 101011 0 1001000 1001101 11001 100 111111 101110

Color Harmonies of #BF352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF352B

Black with #BF352B

Text Example


Text Example

White with #BF352B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF352B; }

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

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

background-color css

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

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

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

border-color css

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

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

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