Html Css Color HEX #BF362D Persian Red

📋 copy color: '#BF362D'

red 191 ◦ green 54 ◦ blue 45

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

Shades of Persian Red #BF362D

Tints of Persian Red #BF362D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.52%

R = 65.86%
G = 18.62%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF362D (or 0xBF362D) is known color: Persian Red. HEX triplet: BF, 36 and 2D. RGB value is (191,54,45). Sum of RGB (Red+Green+Blue) = 191+54+45=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF362D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF362D is #40C9D2. Grayscale: #5E5E5E. Windows color (decimal): -4245971 or 2963135. OLE color: 2963135.

HSL color Cylindrical-coordinate representation of color #BF362D: hue angle of 3.7º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF362D is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 54 45 -
CMYK 0 0.72 0.76 0.25
HSL 3.7º 0.62% 0.46% -
HSV(B) 3.7º 0.76% 0.75% -
XYZ 23.28 13.9 3.94 -
YUV 93.94 100.39 197.23 -
System Red Green Blue C M Y K H S L
Decimal 191 54 45 0 0.72 0.76 0.25 3.7 0.62 0.46
Hex BF 36 2D 0 48 4C 19 4 3E 2E
Octal 277 66 55 0 110 114 31 4 76 56
Binary 10111111 110110 101101 0 1001000 1001100 11001 100 111110 101110

Color Harmonies of #BF362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF362D

Black with #BF362D

Text Example


Text Example

White with #BF362D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF362D; }

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

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

background-color css

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

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

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

border-color css

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

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

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