Html Css Color HEX #BD4521 Rust

📋 copy color: '#BD4521'

red 189 ◦ green 69 ◦ blue 33

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

Shades of Rust #BD4521

Tints of Rust #BD4521

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.71%

 BLUE value IS 33 (13.28% from 255) = 11.34%

R = 64.95%
G = 23.71%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BD4521 (or 0xBD4521) is known color: Rust. HEX triplet: BD, 45 and 21. RGB value is (189,69,33). Sum of RGB (Red+Green+Blue) = 189+69+33=291 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.95% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4521 is #42BADE. Grayscale: #656565. Windows color (decimal): -4373215 or 2180541. OLE color: 2180541.

HSL color Cylindrical-coordinate representation of color #BD4521: hue angle of 13.85º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD4521 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 69 33 -
CMYK 0 0.63 0.83 0.26
HSL 13.85º 0.7% 0.44% -
HSV(B) 13.85º 0.83% 0.74% -
XYZ 23.39 15.18 3.14 -
YUV 100.78 89.76 190.93 -
System Red Green Blue C M Y K H S L
Decimal 189 69 33 0 0.63 0.83 0.26 13.85 0.7 0.44
Hex BD 45 21 0 3F 53 1A E 46 2C
Octal 275 105 41 0 77 123 32 16 106 54
Binary 10111101 1000101 100001 0 111111 1010011 11010 1110 1000110 101100

Color Harmonies of #BD4521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4521

Black with #BD4521

Text Example


Text Example

White with #BD4521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4521; }

 p { color: rgb(189,69,33); }

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

background-color css

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

 a { background-color: rgb(189,69,33); }

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

border-color css

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

 span { border-color: rgb(189,69,33); }

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