Html Css Color HEX #BD440C Rust

📋 copy color: '#BD440C'

red 189 ◦ green 68 ◦ blue 12

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

Shades of Rust #BD440C

Tints of Rust #BD440C

RGB

 RED value IS 189 (74.22% from 255) = 70.26%

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

 BLUE value IS 12 (5.08% from 255) = 4.46%

R = 70.26%
G = 25.28%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD440C (or 0xBD440C) is known color: Rust. HEX triplet: BD, 44 and 0C. RGB value is (189,68,12). Sum of RGB (Red+Green+Blue) = 189+68+12=269 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.26% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 189 - color contains mainly: red. Hex color #BD440C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD440C is #42BBF3. Grayscale: #626262. Windows color (decimal): -4373492 or 804029. OLE color: 804029.

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

Color convert

RGB 189 68 12 -
CMYK 0 0.64 0.94 0.26
HSL 18.98º 0.88% 0.39% -
HSV(B) 18.98º 0.94% 0.74% -
XYZ 23.12 14.98 2.02 -
YUV 97.8 79.59 193.05 -
System Red Green Blue C M Y K H S L
Decimal 189 68 12 0 0.64 0.94 0.26 18.98 0.88 0.39
Hex BD 44 C 0 40 5E 1A 13 58 27
Octal 275 104 14 0 100 136 32 23 130 47
Binary 10111101 1000100 1100 0 1000000 1011110 11010 10011 1011000 100111

Color Harmonies of #BD440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD440C

Black with #BD440C

Text Example


Text Example

White with #BD440C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD440C; }

 p { color: rgb(189,68,12); }

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

background-color css

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

 a { background-color: rgb(189,68,12); }

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

border-color css

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

 span { border-color: rgb(189,68,12); }

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