Html Css Color HEX #BD3A00 Rust

📋 copy color: '#BD3A00'

red 189 ◦ green 58 ◦ blue 0

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

Shades of Rust #BD3A00

Tints of Rust #BD3A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.52%
G = 23.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BD3A00 (or 0xBD3A00) is known color: Rust. HEX triplet: BD, 3A and 00. RGB value is (189,58,0). Sum of RGB (Red+Green+Blue) = 189+58+0=247 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.52% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3A00 is #42C5FF. Grayscale: #5A5A5A. Windows color (decimal): -4376064 or 15037. OLE color: 15037.

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

Color convert

RGB 189 58 0 -
CMYK 0 0.69 1 0.26
HSL 18.41º 1% 0.37% -
HSV(B) 18.41º 1% 0.74% -
XYZ 22.5 13.84 1.49 -
YUV 90.56 76.9 198.22 -
System Red Green Blue C M Y K H S L
Decimal 189 58 0 0 0.69 1 0.26 18.41 1 0.37
Hex BD 3A 0 0 45 64 1A 12 64 25
Octal 275 72 0 0 105 144 32 22 144 45
Binary 10111101 111010 0 0 1000101 1100100 11010 10010 1100100 100101

Color Harmonies of #BD3A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3A00

Black with #BD3A00

Text Example


Text Example

White with #BD3A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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