Html Css Color HEX #BF332C Persian Red

📋 copy color: '#BF332C'

red 191 ◦ green 51 ◦ blue 44

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

Shades of Persian Red #BF332C

Tints of Persian Red #BF332C

RGB

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

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

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

R = 66.78%
G = 17.83%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF332C (or 0xBF332C) is known color: Persian Red. HEX triplet: BF, 33 and 2C. RGB value is (191,51,44). Sum of RGB (Red+Green+Blue) = 191+51+44=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF332C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF332C is #40CCD3. Grayscale: #5C5C5C. Windows color (decimal): -4246740 or 2896831. OLE color: 2896831.

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

Color convert

RGB 191 51 44 -
CMYK 0 0.73 0.77 0.25
HSL 2.86º 0.63% 0.46% -
HSV(B) 2.86º 0.77% 0.75% -
XYZ 23.12 13.63 3.79 -
YUV 92.06 100.88 198.57 -
System Red Green Blue C M Y K H S L
Decimal 191 51 44 0 0.73 0.77 0.25 2.86 0.63 0.46
Hex BF 33 2C 0 49 4D 19 3 3F 2E
Octal 277 63 54 0 111 115 31 3 77 56
Binary 10111111 110011 101100 0 1001001 1001101 11001 11 111111 101110

Color Harmonies of #BF332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF332C

Black with #BF332C

Text Example


Text Example

White with #BF332C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF332C; }

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

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

background-color css

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

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

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

border-color css

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

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

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