Html Css Color HEX #BD3A0D Rust

📋 copy color: '#BD3A0D'

red 189 ◦ green 58 ◦ blue 13

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

Shades of Rust #BD3A0D

Tints of Rust #BD3A0D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.31%

 BLUE value IS 13 (5.47% from 255) = 5%

R = 72.69%
G = 22.31%
B = 5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD3A0D (or 0xBD3A0D) is known color: Rust. HEX triplet: BD, 3A and 0D. RGB value is (189,58,13). Sum of RGB (Red+Green+Blue) = 189+58+13=260 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.69% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3A0D is #42C5F2. Grayscale: #5C5C5C. Windows color (decimal): -4376051 or 867005. OLE color: 867005.

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

Color convert

RGB 189 58 13 -
CMYK 0 0.69 0.93 0.26
HSL 15.34º 0.87% 0.4% -
HSV(B) 15.34º 0.93% 0.74% -
XYZ 22.57 13.87 1.87 -
YUV 92.04 83.4 197.16 -
System Red Green Blue C M Y K H S L
Decimal 189 58 13 0 0.69 0.93 0.26 15.34 0.87 0.4
Hex BD 3A D 0 45 5D 1A F 57 28
Octal 275 72 15 0 105 135 32 17 127 50
Binary 10111101 111010 1101 0 1000101 1011101 11010 1111 1010111 101000

Color Harmonies of #BD3A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3A0D

Black with #BD3A0D

Text Example


Text Example

White with #BD3A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3A0D; }

 p { color: rgb(189,58,13); }

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

background-color css

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

 a { background-color: rgb(189,58,13); }

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

border-color css

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

 span { border-color: rgb(189,58,13); }

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