Html Css Color HEX #BD3805 Rust

📋 copy color: '#BD3805'

red 189 ◦ green 56 ◦ blue 5

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

Shades of Rust #BD3805

Tints of Rust #BD3805

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.4%

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

R = 75.6%
G = 22.4%
B = 2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BD3805 (or 0xBD3805) is known color: Rust. HEX triplet: BD, 38 and 05. RGB value is (189,56,5). Sum of RGB (Red+Green+Blue) = 189+56+5=250 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.6% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3805 is #42C7FA. Grayscale: #5A5A5A. Windows color (decimal): -4376571 or 342205. OLE color: 342205.

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

Color convert

RGB 189 56 5 -
CMYK 0 0.70 0.97 0.26
HSL 16.63º 0.95% 0.38% -
HSV(B) 16.63º 0.97% 0.74% -
XYZ 22.43 13.66 1.6 -
YUV 89.95 80.06 198.65 -
System Red Green Blue C M Y K H S L
Decimal 189 56 5 0 0.70 0.97 0.26 16.63 0.95 0.38
Hex BD 38 5 0 46 61 1A 11 5F 26
Octal 275 70 5 0 106 141 32 21 137 46
Binary 10111101 111000 101 0 1000110 1100001 11010 10001 1011111 100110

Color Harmonies of #BD3805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3805

Black with #BD3805

Text Example


Text Example

White with #BD3805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3805; }

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

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

background-color css

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

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

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

border-color css

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

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

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