Html Css Color HEX #BD3505 Rust

📋 copy color: '#BD3505'

red 189 ◦ green 53 ◦ blue 5

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

Shades of Rust #BD3505

Tints of Rust #BD3505

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.46%

 BLUE value IS 5 (2.34% from 255) = 2.02%

R = 76.52%
G = 21.46%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BD3505 (or 0xBD3505) is known color: Rust. HEX triplet: BD, 35 and 05. RGB value is (189,53,5). Sum of RGB (Red+Green+Blue) = 189+53+5=247 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.52% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3505 is #42CAFA. Grayscale: #585858. Windows color (decimal): -4377339 or 341437. OLE color: 341437.

HSL color Cylindrical-coordinate representation of color #BD3505: hue angle of 15.65º degrees, saturation: 0.95, 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 #BD3505 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 53 5 -
CMYK 0 0.72 0.97 0.26
HSL 15.65º 0.95% 0.38% -
HSV(B) 15.65º 0.97% 0.74% -
XYZ 22.29 13.38 1.55 -
YUV 88.19 81.06 199.9 -
System Red Green Blue C M Y K H S L
Decimal 189 53 5 0 0.72 0.97 0.26 15.65 0.95 0.38
Hex BD 35 5 0 48 61 1A 10 5F 26
Octal 275 65 5 0 110 141 32 20 137 46
Binary 10111101 110101 101 0 1001000 1100001 11010 10000 1011111 100110

Color Harmonies of #BD3505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3505

Black with #BD3505

Text Example


Text Example

White with #BD3505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3505; }

 p { color: rgb(189,53,5); }

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

background-color css

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

 a { background-color: rgb(189,53,5); }

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

border-color css

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

 span { border-color: rgb(189,53,5); }

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