Html Css Color HEX #BD3D0C Rust

📋 copy color: '#BD3D0C'

red 189 ◦ green 61 ◦ blue 12

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

Shades of Rust #BD3D0C

Tints of Rust #BD3D0C

RGB

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

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

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

R = 72.14%
G = 23.28%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD3D0C (or 0xBD3D0C) is known color: Rust. HEX triplet: BD, 3D and 0C. RGB value is (189,61,12). Sum of RGB (Red+Green+Blue) = 189+61+12=262 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.14% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3D0C is #42C2F3. Grayscale: #5E5E5E. Windows color (decimal): -4375284 or 802237. OLE color: 802237.

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

Color convert

RGB 189 61 12 -
CMYK 0 0.68 0.94 0.26
HSL 16.61º 0.88% 0.39% -
HSV(B) 16.61º 0.94% 0.74% -
XYZ 22.72 14.18 1.89 -
YUV 93.69 81.91 195.98 -
System Red Green Blue C M Y K H S L
Decimal 189 61 12 0 0.68 0.94 0.26 16.61 0.88 0.39
Hex BD 3D C 0 44 5E 1A 11 58 27
Octal 275 75 14 0 104 136 32 21 130 47
Binary 10111101 111101 1100 0 1000100 1011110 11010 10001 1011000 100111

Color Harmonies of #BD3D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3D0C

Black with #BD3D0C

Text Example


Text Example

White with #BD3D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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