Html Css Color HEX #BF362C Persian Red

📋 copy color: '#BF362C'

red 191 ◦ green 54 ◦ blue 44

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

Shades of Persian Red #BF362C

Tints of Persian Red #BF362C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.69%

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

R = 66.09%
G = 18.69%
B = 15.22%

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

#BF362C (or 0xBF362C) is known color: Persian Red. HEX triplet: BF, 36 and 2C. RGB value is (191,54,44). Sum of RGB (Red+Green+Blue) = 191+54+44=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF362C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF362C is #40C9D3. Grayscale: #5E5E5E. Windows color (decimal): -4245972 or 2897599. OLE color: 2897599.

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

Color convert

RGB 191 54 44 -
CMYK 0 0.72 0.77 0.25
HSL 4.08º 0.63% 0.46% -
HSV(B) 4.08º 0.77% 0.75% -
XYZ 23.26 13.9 3.84 -
YUV 93.82 99.89 197.31 -
System Red Green Blue C M Y K H S L
Decimal 191 54 44 0 0.72 0.77 0.25 4.08 0.63 0.46
Hex BF 36 2C 0 48 4D 19 4 3F 2E
Octal 277 66 54 0 110 115 31 4 77 56
Binary 10111111 110110 101100 0 1001000 1001101 11001 100 111111 101110

Color Harmonies of #BF362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF362C

Black with #BF362C

Text Example


Text Example

White with #BF362C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF362C; }

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

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

background-color css

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

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

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

border-color css

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

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

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