Html Css Color HEX #BD3A06 Rust

📋 copy color: '#BD3A06'

red 189 ◦ green 58 ◦ blue 6

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

Shades of Rust #BD3A06

Tints of Rust #BD3A06

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.92%

 BLUE value IS 6 (2.73% from 255) = 2.37%

R = 74.7%
G = 22.92%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BD3A06 (or 0xBD3A06) is known color: Rust. HEX triplet: BD, 3A and 06. RGB value is (189,58,6). Sum of RGB (Red+Green+Blue) = 189+58+6=253 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.70% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3A06 is #42C5F9. Grayscale: #5B5B5B. Windows color (decimal): -4376058 or 408253. OLE color: 408253.

HSL color Cylindrical-coordinate representation of color #BD3A06: hue angle of 17.05º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD3A06 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 58 6 -
CMYK 0 0.69 0.97 0.26
HSL 17.05º 0.94% 0.38% -
HSV(B) 17.05º 0.97% 0.74% -
XYZ 22.53 13.86 1.66 -
YUV 91.24 79.9 197.73 -
System Red Green Blue C M Y K H S L
Decimal 189 58 6 0 0.69 0.97 0.26 17.05 0.94 0.38
Hex BD 3A 6 0 45 61 1A 11 5E 26
Octal 275 72 6 0 105 141 32 21 136 46
Binary 10111101 111010 110 0 1000101 1100001 11010 10001 1011110 100110

Color Harmonies of #BD3A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3A06

Black with #BD3A06

Text Example


Text Example

White with #BD3A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3A06; }

 p { color: rgb(189,58,6); }

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

background-color css

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

 a { background-color: rgb(189,58,6); }

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

border-color css

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

 span { border-color: rgb(189,58,6); }

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