Html Css Color HEX #BC581D Fiery Orange

📋 copy color: '#BC581D'

red 188 ◦ green 88 ◦ blue 29

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

Shades of Fiery Orange #BC581D

Tints of Fiery Orange #BC581D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.85%

 BLUE value IS 29 (11.72% from 255) = 9.51%

R = 61.64%
G = 28.85%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC581D (or 0xBC581D) is known color: Fiery Orange. HEX triplet: BC, 58 and 1D. RGB value is (188,88,29). Sum of RGB (Red+Green+Blue) = 188+88+29=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC581D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC581D is #43A7E2. Grayscale: #6F6F6F. Windows color (decimal): -4433891 or 1923260. OLE color: 1923260.

HSL color Cylindrical-coordinate representation of color #BC581D: hue angle of 22.26º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC581D is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 88 29 -
CMYK 0 0.53 0.85 0.26
HSL 22.26º 0.73% 0.43% -
HSV(B) 22.26º 0.85% 0.74% -
XYZ 24.45 17.76 3.3 -
YUV 111.17 81.63 182.8 -
System Red Green Blue C M Y K H S L
Decimal 188 88 29 0 0.53 0.85 0.26 22.26 0.73 0.43
Hex BC 58 1D 0 35 55 1A 16 49 2B
Octal 274 130 35 0 65 125 32 26 111 53
Binary 10111100 1011000 11101 0 110101 1010101 11010 10110 1001001 101011

Color Harmonies of #BC581D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC581D

Black with #BC581D

Text Example


Text Example

White with #BC581D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC581D; }

 p { color: rgb(188,88,29); }

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

background-color css

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

 a { background-color: rgb(188,88,29); }

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

border-color css

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

 span { border-color: rgb(188,88,29); }

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