Html Css Color HEX #BF3932 Persian Red

📋 copy color: '#BF3932'

red 191 ◦ green 57 ◦ blue 50

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

Shades of Persian Red #BF3932

Tints of Persian Red #BF3932

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.13%

 BLUE value IS 50 (19.92% from 255) = 16.78%

R = 64.09%
G = 19.13%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF3932 (or 0xBF3932) is known color: Persian Red. HEX triplet: BF, 39 and 32. RGB value is (191,57,50). Sum of RGB (Red+Green+Blue) = 191+57+50=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3932 is #40C6CD. Grayscale: #606060. Windows color (decimal): -4245198 or 3291583. OLE color: 3291583.

HSL color Cylindrical-coordinate representation of color #BF3932: hue angle of 2.98º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF3932 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 57 50 -
CMYK 0 0.70 0.74 0.25
HSL 2.98º 0.59% 0.47% -
HSV(B) 2.98º 0.74% 0.75% -
XYZ 23.52 14.23 4.52 -
YUV 96.27 101.89 195.57 -
System Red Green Blue C M Y K H S L
Decimal 191 57 50 0 0.70 0.74 0.25 2.98 0.59 0.47
Hex BF 39 32 0 46 4A 19 3 3B 2F
Octal 277 71 62 0 106 112 31 3 73 57
Binary 10111111 111001 110010 0 1000110 1001010 11001 11 111011 101111

Color Harmonies of #BF3932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3932

Black with #BF3932

Text Example


Text Example

White with #BF3932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3932; }

 p { color: rgb(191,57,50); }

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

background-color css

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

 a { background-color: rgb(191,57,50); }

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

border-color css

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

 span { border-color: rgb(191,57,50); }

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