Html Css Color HEX #BD3305 Rust

📋 copy color: '#BD3305'

red 189 ◦ green 51 ◦ blue 5

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

Shades of Rust #BD3305

Tints of Rust #BD3305

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.82%

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

R = 77.14%
G = 20.82%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BD3305 (or 0xBD3305) is known color: Rust. HEX triplet: BD, 33 and 05. RGB value is (189,51,5). Sum of RGB (Red+Green+Blue) = 189+51+5=245 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.14% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3305 is #42CCFA. Grayscale: #575757. Windows color (decimal): -4377851 or 340925. OLE color: 340925.

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

Color convert

RGB 189 51 5 -
CMYK 0 0.73 0.97 0.26
HSL 15º 0.95% 0.38% -
HSV(B) 15º 0.97% 0.74% -
XYZ 22.2 13.2 1.52 -
YUV 87.02 81.72 200.74 -
System Red Green Blue C M Y K H S L
Decimal 189 51 5 0 0.73 0.97 0.26 15 0.95 0.38
Hex BD 33 5 0 49 61 1A F 5F 26
Octal 275 63 5 0 111 141 32 17 137 46
Binary 10111101 110011 101 0 1001001 1100001 11010 1111 1011111 100110

Color Harmonies of #BD3305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3305

Black with #BD3305

Text Example


Text Example

White with #BD3305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3305; }

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

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

background-color css

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

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

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

border-color css

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

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

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