Html Css Color HEX #BC481D Rust

📋 copy color: '#BC481D'

red 188 ◦ green 72 ◦ blue 29

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

Shades of Rust #BC481D

Tints of Rust #BC481D

RGB

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

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

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

R = 65.05%
G = 24.91%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC481D (or 0xBC481D) is known color: Rust. HEX triplet: BC, 48 and 1D. RGB value is (188,72,29). Sum of RGB (Red+Green+Blue) = 188+72+29=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC481D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC481D is #43B7E2. Grayscale: #666666. Windows color (decimal): -4437987 or 1919164. OLE color: 1919164.

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

Color convert

RGB 188 72 29 -
CMYK 0 0.62 0.85 0.26
HSL 16.23º 0.73% 0.43% -
HSV(B) 16.23º 0.85% 0.74% -
XYZ 23.28 15.41 2.91 -
YUV 101.78 86.93 189.5 -
System Red Green Blue C M Y K H S L
Decimal 188 72 29 0 0.62 0.85 0.26 16.23 0.73 0.43
Hex BC 48 1D 0 3E 55 1A 10 49 2B
Octal 274 110 35 0 76 125 32 20 111 53
Binary 10111100 1001000 11101 0 111110 1010101 11010 10000 1001001 101011

Color Harmonies of #BC481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC481D

Black with #BC481D

Text Example


Text Example

White with #BC481D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC481D; }

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

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

background-color css

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

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

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

border-color css

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

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

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