Html Css Color HEX #BF332A Persian Red

📋 copy color: '#BF332A'

red 191 ◦ green 51 ◦ blue 42

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

Shades of Persian Red #BF332A

Tints of Persian Red #BF332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.96%

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

R = 67.25%
G = 17.96%
B = 14.79%

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

#BF332A (or 0xBF332A) is known color: Persian Red. HEX triplet: BF, 33 and 2A. RGB value is (191,51,42). Sum of RGB (Red+Green+Blue) = 191+51+42=284 (37% of max value = 765). Red value is 191 (75% from 255 or 67.25% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 191 - color contains mainly: red. Hex color #BF332A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF332A is #40CCD5. Grayscale: #5C5C5C. Windows color (decimal): -4246742 or 2765759. OLE color: 2765759.

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

Color convert

RGB 191 51 42 -
CMYK 0 0.73 0.78 0.25
HSL 3.62º 0.64% 0.46% -
HSV(B) 3.62º 0.78% 0.75% -
XYZ 23.09 13.61 3.6 -
YUV 91.83 99.88 198.73 -
System Red Green Blue C M Y K H S L
Decimal 191 51 42 0 0.73 0.78 0.25 3.62 0.64 0.46
Hex BF 33 2A 0 49 4E 19 4 40 2E
Octal 277 63 52 0 111 116 31 4 100 56
Binary 10111111 110011 101010 0 1001001 1001110 11001 100 1000000 101110

Color Harmonies of #BF332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF332A

Black with #BF332A

Text Example


Text Example

White with #BF332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF332A; }

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

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

background-color css

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

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

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

border-color css

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

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

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