Html Css Color HEX #BD3F12 Rust

📋 copy color: '#BD3F12'

red 189 ◦ green 63 ◦ blue 18

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

Shades of Rust #BD3F12

Tints of Rust #BD3F12

RGB

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

 GREEN value IS 63 (25% from 255) = 23.33%

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

R = 70%
G = 23.33%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD3F12 (or 0xBD3F12) is known color: Rust. HEX triplet: BD, 3F and 12. RGB value is (189,63,18). Sum of RGB (Red+Green+Blue) = 189+63+18=270 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3F12 is #42C0ED. Grayscale: #5F5F5F. Windows color (decimal): -4374766 or 1195965. OLE color: 1195965.

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

Color convert

RGB 189 63 18 -
CMYK 0 0.67 0.90 0.26
HSL 15.79º 0.83% 0.41% -
HSV(B) 15.79º 0.9% 0.74% -
XYZ 22.87 14.42 2.15 -
YUV 95.54 84.24 194.66 -
System Red Green Blue C M Y K H S L
Decimal 189 63 18 0 0.67 0.90 0.26 15.79 0.83 0.41
Hex BD 3F 12 0 43 5A 1A 10 53 29
Octal 275 77 22 0 103 132 32 20 123 51
Binary 10111101 111111 10010 0 1000011 1011010 11010 10000 1010011 101001

Color Harmonies of #BD3F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3F12

Black with #BD3F12

Text Example


Text Example

White with #BD3F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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