Html Css Color HEX #BF362A Persian Red

📋 copy color: '#BF362A'

red 191 ◦ green 54 ◦ blue 42

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

Shades of Persian Red #BF362A

Tints of Persian Red #BF362A

RGB

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

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

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

R = 66.55%
G = 18.82%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BF362A (or 0xBF362A) is known color: Persian Red. HEX triplet: BF, 36 and 2A. RGB value is (191,54,42). Sum of RGB (Red+Green+Blue) = 191+54+42=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF362A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF362A is #40C9D5. Grayscale: #5D5D5D. Windows color (decimal): -4245974 or 2766527. OLE color: 2766527.

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

Color convert

RGB 191 54 42 -
CMYK 0 0.72 0.78 0.25
HSL 4.83º 0.64% 0.46% -
HSV(B) 4.83º 0.78% 0.75% -
XYZ 23.22 13.88 3.65 -
YUV 93.6 98.89 197.48 -
System Red Green Blue C M Y K H S L
Decimal 191 54 42 0 0.72 0.78 0.25 4.83 0.64 0.46
Hex BF 36 2A 0 48 4E 19 5 40 2E
Octal 277 66 52 0 110 116 31 5 100 56
Binary 10111111 110110 101010 0 1001000 1001110 11001 101 1000000 101110

Color Harmonies of #BF362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF362A

Black with #BF362A

Text Example


Text Example

White with #BF362A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF362A; }

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

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

background-color css

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

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

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

border-color css

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

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

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