Html Css Color HEX #BD3F10 Rust

📋 copy color: '#BD3F10'

red 189 ◦ green 63 ◦ blue 16

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

Shades of Rust #BD3F10

Tints of Rust #BD3F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.97%

R = 70.52%
G = 23.51%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD3F10 (or 0xBD3F10) is known color: Rust. HEX triplet: BD, 3F and 10. RGB value is (189,63,16). Sum of RGB (Red+Green+Blue) = 189+63+16=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3F10 is #42C0EF. Grayscale: #5F5F5F. Windows color (decimal): -4374768 or 1064893. OLE color: 1064893.

HSL color Cylindrical-coordinate representation of color #BD3F10: hue angle of 16.3º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD3F10 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 63 16 -
CMYK 0 0.67 0.92 0.26
HSL 16.3º 0.84% 0.4% -
HSV(B) 16.3º 0.92% 0.74% -
XYZ 22.86 14.41 2.07 -
YUV 95.32 83.24 194.82 -
System Red Green Blue C M Y K H S L
Decimal 189 63 16 0 0.67 0.92 0.26 16.3 0.84 0.4
Hex BD 3F 10 0 43 5C 1A 10 54 28
Octal 275 77 20 0 103 134 32 20 124 50
Binary 10111101 111111 10000 0 1000011 1011100 11010 10000 1010100 101000

Color Harmonies of #BD3F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3F10

Black with #BD3F10

Text Example


Text Example

White with #BD3F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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