Html Css Color HEX #BD4305 Rust

📋 copy color: '#BD4305'

red 189 ◦ green 67 ◦ blue 5

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

Shades of Rust #BD4305

Tints of Rust #BD4305

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.67%

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

R = 72.41%
G = 25.67%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BD4305 (or 0xBD4305) is known color: Rust. HEX triplet: BD, 43 and 05. RGB value is (189,67,5). Sum of RGB (Red+Green+Blue) = 189+67+5=261 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.41% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4305 is #42BCFA. Grayscale: #606060. Windows color (decimal): -4373755 or 345021. OLE color: 345021.

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

Color convert

RGB 189 67 5 -
CMYK 0 0.65 0.97 0.26
HSL 20.22º 0.95% 0.38% -
HSV(B) 20.22º 0.97% 0.74% -
XYZ 23.02 14.84 1.8 -
YUV 96.41 76.42 194.04 -
System Red Green Blue C M Y K H S L
Decimal 189 67 5 0 0.65 0.97 0.26 20.22 0.95 0.38
Hex BD 43 5 0 41 61 1A 14 5F 26
Octal 275 103 5 0 101 141 32 24 137 46
Binary 10111101 1000011 101 0 1000001 1100001 11010 10100 1011111 100110

Color Harmonies of #BD4305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4305

Black with #BD4305

Text Example


Text Example

White with #BD4305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4305; }

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

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

background-color css

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

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

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

border-color css

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

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

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