Html Css Color HEX #BD3D12 Rust

📋 copy color: '#BD3D12'

red 189 ◦ green 61 ◦ blue 18

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

Shades of Rust #BD3D12

Tints of Rust #BD3D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.72%

R = 70.52%
G = 22.76%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD3D12 (or 0xBD3D12) is known color: Rust. HEX triplet: BD, 3D and 12. RGB value is (189,61,18). Sum of RGB (Red+Green+Blue) = 189+61+18=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3D12 is #42C2ED. Grayscale: #5E5E5E. Windows color (decimal): -4375278 or 1195453. OLE color: 1195453.

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

Color convert

RGB 189 61 18 -
CMYK 0 0.68 0.90 0.26
HSL 15.09º 0.83% 0.41% -
HSV(B) 15.09º 0.9% 0.74% -
XYZ 22.76 14.2 2.11 -
YUV 94.37 84.91 195.5 -
System Red Green Blue C M Y K H S L
Decimal 189 61 18 0 0.68 0.90 0.26 15.09 0.83 0.41
Hex BD 3D 12 0 44 5A 1A F 53 29
Octal 275 75 22 0 104 132 32 17 123 51
Binary 10111101 111101 10010 0 1000100 1011010 11010 1111 1010011 101001

Color Harmonies of #BD3D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3D12

Black with #BD3D12

Text Example


Text Example

White with #BD3D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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