Html Css Color HEX #BC441E Rust

📋 copy color: '#BC441E'

red 188 ◦ green 68 ◦ blue 30

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

Shades of Rust #BC441E

Tints of Rust #BC441E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.78%

 BLUE value IS 30 (12.11% from 255) = 10.49%

R = 65.73%
G = 23.78%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC441E (or 0xBC441E) is known color: Rust. HEX triplet: BC, 44 and 1E. RGB value is (188,68,30). Sum of RGB (Red+Green+Blue) = 188+68+30=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC441E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC441E is #43BBE1. Grayscale: #636363. Windows color (decimal): -4439010 or 1983676. OLE color: 1983676.

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

Color convert

RGB 188 68 30 -
CMYK 0 0.64 0.84 0.26
HSL 14.43º 0.72% 0.43% -
HSV(B) 14.43º 0.84% 0.74% -
XYZ 23.04 14.92 2.89 -
YUV 99.55 88.76 191.09 -
System Red Green Blue C M Y K H S L
Decimal 188 68 30 0 0.64 0.84 0.26 14.43 0.72 0.43
Hex BC 44 1E 0 40 54 1A E 48 2B
Octal 274 104 36 0 100 124 32 16 110 53
Binary 10111100 1000100 11110 0 1000000 1010100 11010 1110 1001000 101011

Color Harmonies of #BC441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC441E

Black with #BC441E

Text Example


Text Example

White with #BC441E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC441E; }

 p { color: rgb(188,68,30); }

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

background-color css

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

 a { background-color: rgb(188,68,30); }

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

border-color css

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

 span { border-color: rgb(188,68,30); }

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