Html Css Color HEX #BC362F Persian Red

📋 copy color: '#BC362F'

red 188 ◦ green 54 ◦ blue 47

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

Shades of Persian Red #BC362F

Tints of Persian Red #BC362F

RGB

 RED value IS 188 (73.83% from 255) = 65.05%

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

 BLUE value IS 47 (18.75% from 255) = 16.26%

R = 65.05%
G = 18.69%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BC362F (or 0xBC362F) is known color: Persian Red. HEX triplet: BC, 36 and 2F. RGB value is (188,54,47). Sum of RGB (Red+Green+Blue) = 188+54+47=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC362F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC362F is #43C9D0. Grayscale: #5D5D5D. Windows color (decimal): -4442577 or 3094204. OLE color: 3094204.

HSL color Cylindrical-coordinate representation of color #BC362F: hue angle of 2.98º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC362F is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 54 47 -
CMYK 0 0.71 0.75 0.26
HSL 2.98º 0.6% 0.46% -
HSV(B) 2.98º 0.75% 0.74% -
XYZ 22.57 13.53 4.11 -
YUV 93.27 101.89 195.57 -
System Red Green Blue C M Y K H S L
Decimal 188 54 47 0 0.71 0.75 0.26 2.98 0.6 0.46
Hex BC 36 2F 0 47 4B 1A 3 3C 2E
Octal 274 66 57 0 107 113 32 3 74 56
Binary 10111100 110110 101111 0 1000111 1001011 11010 11 111100 101110

Color Harmonies of #BC362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC362F

Black with #BC362F

Text Example


Text Example

White with #BC362F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC362F; }

 p { color: rgb(188,54,47); }

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

background-color css

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

 a { background-color: rgb(188,54,47); }

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

border-color css

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

 span { border-color: rgb(188,54,47); }

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