Html Css Color HEX #BC481E Rust

📋 copy color: '#BC481E'

red 188 ◦ green 72 ◦ blue 30

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

Shades of Rust #BC481E

Tints of Rust #BC481E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.83%

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

R = 64.83%
G = 24.83%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC481E (or 0xBC481E) is known color: Rust. HEX triplet: BC, 48 and 1E. RGB value is (188,72,30). Sum of RGB (Red+Green+Blue) = 188+72+30=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC481E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC481E is #43B7E1. Grayscale: #666666. Windows color (decimal): -4437986 or 1984700. OLE color: 1984700.

HSL color Cylindrical-coordinate representation of color #BC481E: hue angle of 15.95º 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 #BC481E is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 72 30 -
CMYK 0 0.62 0.84 0.26
HSL 15.95º 0.72% 0.43% -
HSV(B) 15.95º 0.84% 0.74% -
XYZ 23.29 15.42 2.98 -
YUV 101.9 87.43 189.42 -
System Red Green Blue C M Y K H S L
Decimal 188 72 30 0 0.62 0.84 0.26 15.95 0.72 0.43
Hex BC 48 1E 0 3E 54 1A 10 48 2B
Octal 274 110 36 0 76 124 32 20 110 53
Binary 10111100 1001000 11110 0 111110 1010100 11010 10000 1001000 101011

Color Harmonies of #BC481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC481E

Black with #BC481E

Text Example


Text Example

White with #BC481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC481E; }

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

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

background-color css

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

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

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

border-color css

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

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

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