Html Css Color HEX #BF362B Persian Red

📋 copy color: '#BF362B'

red 191 ◦ green 54 ◦ blue 43

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

Shades of Persian Red #BF362B

Tints of Persian Red #BF362B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.93%

R = 66.32%
G = 18.75%
B = 14.93%

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

#BF362B (or 0xBF362B) is known color: Persian Red. HEX triplet: BF, 36 and 2B. RGB value is (191,54,43). Sum of RGB (Red+Green+Blue) = 191+54+43=288 (38% of max value = 765). Red value is 191 (75% from 255 or 66.32% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 191 - color contains mainly: red. Hex color #BF362B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF362B is #40C9D4. Grayscale: #5D5D5D. Windows color (decimal): -4245973 or 2832063. OLE color: 2832063.

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

Color convert

RGB 191 54 43 -
CMYK 0 0.72 0.77 0.25
HSL 4.46º 0.63% 0.46% -
HSV(B) 4.46º 0.77% 0.75% -
XYZ 23.24 13.89 3.74 -
YUV 93.71 99.39 197.39 -
System Red Green Blue C M Y K H S L
Decimal 191 54 43 0 0.72 0.77 0.25 4.46 0.63 0.46
Hex BF 36 2B 0 48 4D 19 4 3F 2E
Octal 277 66 53 0 110 115 31 4 77 56
Binary 10111111 110110 101011 0 1001000 1001101 11001 100 111111 101110

Color Harmonies of #BF362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF362B

Black with #BF362B

Text Example


Text Example

White with #BF362B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF362B; }

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

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

background-color css

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

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

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

border-color css

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

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

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