Html Css Color HEX #BD4304 Rust

📋 copy color: '#BD4304'

red 189 ◦ green 67 ◦ blue 4

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

Shades of Rust #BD4304

Tints of Rust #BD4304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.54%

R = 72.69%
G = 25.77%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BD4304 (or 0xBD4304) is known color: Rust. HEX triplet: BD, 43 and 04. RGB value is (189,67,4). Sum of RGB (Red+Green+Blue) = 189+67+4=260 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.69% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4304 is #42BCFB. Grayscale: #606060. Windows color (decimal): -4373756 or 279485. OLE color: 279485.

HSL color Cylindrical-coordinate representation of color #BD4304: hue angle of 20.43º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD4304 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 67 4 -
CMYK 0 0.65 0.98 0.26
HSL 20.43º 0.96% 0.38% -
HSV(B) 20.43º 0.98% 0.74% -
XYZ 23.02 14.84 1.77 -
YUV 96.3 75.92 194.12 -
System Red Green Blue C M Y K H S L
Decimal 189 67 4 0 0.65 0.98 0.26 20.43 0.96 0.38
Hex BD 43 4 0 41 62 1A 14 60 26
Octal 275 103 4 0 101 142 32 24 140 46
Binary 10111101 1000011 100 0 1000001 1100010 11010 10100 1100000 100110

Color Harmonies of #BD4304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4304

Black with #BD4304

Text Example


Text Example

White with #BD4304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4304; }

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

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

background-color css

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

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

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

border-color css

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

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

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