Html Css Color HEX #BD3D0A Rust

📋 copy color: '#BD3D0A'

red 189 ◦ green 61 ◦ blue 10

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

Shades of Rust #BD3D0A

Tints of Rust #BD3D0A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.46%

 BLUE value IS 10 (4.3% from 255) = 3.85%

R = 72.69%
G = 23.46%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BD3D0A (or 0xBD3D0A) is known color: Rust. HEX triplet: BD, 3D and 0A. RGB value is (189,61,10). Sum of RGB (Red+Green+Blue) = 189+61+10=260 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.69% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 10 (4.30% from 255 or 3.85% from 260); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3D0A is #42C2F5. Grayscale: #5D5D5D. Windows color (decimal): -4375286 or 671165. OLE color: 671165.

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

Color convert

RGB 189 61 10 -
CMYK 0 0.68 0.95 0.26
HSL 17.09º 0.9% 0.39% -
HSV(B) 17.09º 0.95% 0.74% -
XYZ 22.71 14.18 1.83 -
YUV 93.46 80.91 196.15 -
System Red Green Blue C M Y K H S L
Decimal 189 61 10 0 0.68 0.95 0.26 17.09 0.9 0.39
Hex BD 3D A 0 44 5F 1A 11 5A 27
Octal 275 75 12 0 104 137 32 21 132 47
Binary 10111101 111101 1010 0 1000100 1011111 11010 10001 1011010 100111

Color Harmonies of #BD3D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3D0A

Black with #BD3D0A

Text Example


Text Example

White with #BD3D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3D0A; }

 p { color: rgb(189,61,10); }

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

background-color css

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

 a { background-color: rgb(189,61,10); }

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

border-color css

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

 span { border-color: rgb(189,61,10); }

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