Html Css Color HEX #BC4318 Rust

📋 copy color: '#BC4318'

red 188 ◦ green 67 ◦ blue 24

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

Shades of Rust #BC4318

Tints of Rust #BC4318

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.01%

 BLUE value IS 24 (9.77% from 255) = 8.6%

R = 67.38%
G = 24.01%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC4318 (or 0xBC4318) is known color: Rust. HEX triplet: BC, 43 and 18. RGB value is (188,67,24). Sum of RGB (Red+Green+Blue) = 188+67+24=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4318 is #43BCE7. Grayscale: #626262. Windows color (decimal): -4439272 or 1590204. OLE color: 1590204.

HSL color Cylindrical-coordinate representation of color #BC4318: hue angle of 15.73º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC4318 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 67 24 -
CMYK 0 0.64 0.87 0.26
HSL 15.73º 0.77% 0.42% -
HSV(B) 15.73º 0.87% 0.74% -
XYZ 22.91 14.77 2.51 -
YUV 98.28 86.09 192 -
System Red Green Blue C M Y K H S L
Decimal 188 67 24 0 0.64 0.87 0.26 15.73 0.77 0.42
Hex BC 43 18 0 40 57 1A 10 4D 2A
Octal 274 103 30 0 100 127 32 20 115 52
Binary 10111100 1000011 11000 0 1000000 1010111 11010 10000 1001101 101010

Color Harmonies of #BC4318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4318

Black with #BC4318

Text Example


Text Example

White with #BC4318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4318; }

 p { color: rgb(188,67,24); }

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

background-color css

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

 a { background-color: rgb(188,67,24); }

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

border-color css

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

 span { border-color: rgb(188,67,24); }

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