Html Css Color HEX #BD3F0C Rust

📋 copy color: '#BD3F0C'

red 189 ◦ green 63 ◦ blue 12

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

Shades of Rust #BD3F0C

Tints of Rust #BD3F0C

RGB

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

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

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

R = 71.59%
G = 23.86%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD3F0C (or 0xBD3F0C) is known color: Rust. HEX triplet: BD, 3F and 0C. RGB value is (189,63,12). Sum of RGB (Red+Green+Blue) = 189+63+12=264 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.59% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3F0C is #42C0F3. Grayscale: #5F5F5F. Windows color (decimal): -4374772 or 802749. OLE color: 802749.

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

Color convert

RGB 189 63 12 -
CMYK 0 0.67 0.94 0.26
HSL 17.29º 0.88% 0.39% -
HSV(B) 17.29º 0.94% 0.74% -
XYZ 22.83 14.4 1.92 -
YUV 94.86 81.24 195.15 -
System Red Green Blue C M Y K H S L
Decimal 189 63 12 0 0.67 0.94 0.26 17.29 0.88 0.39
Hex BD 3F C 0 43 5E 1A 11 58 27
Octal 275 77 14 0 103 136 32 21 130 47
Binary 10111101 111111 1100 0 1000011 1011110 11010 10001 1011000 100111

Color Harmonies of #BD3F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3F0C

Black with #BD3F0C

Text Example


Text Example

White with #BD3F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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