Html Css Color HEX #BD3D04 Rust

📋 copy color: '#BD3D04'

red 189 ◦ green 61 ◦ blue 4

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

Shades of Rust #BD3D04

Tints of Rust #BD3D04

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.02%

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

R = 74.41%
G = 24.02%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BD3D04 (or 0xBD3D04) is known color: Rust. HEX triplet: BD, 3D and 04. RGB value is (189,61,4). Sum of RGB (Red+Green+Blue) = 189+61+4=254 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.41% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3D04 is #42C2FB. Grayscale: #5D5D5D. Windows color (decimal): -4375292 or 277949. OLE color: 277949.

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

Color convert

RGB 189 61 4 -
CMYK 0 0.68 0.98 0.26
HSL 18.49º 0.96% 0.38% -
HSV(B) 18.49º 0.98% 0.74% -
XYZ 22.68 14.17 1.65 -
YUV 92.77 77.91 196.63 -
System Red Green Blue C M Y K H S L
Decimal 189 61 4 0 0.68 0.98 0.26 18.49 0.96 0.38
Hex BD 3D 4 0 44 62 1A 12 60 26
Octal 275 75 4 0 104 142 32 22 140 46
Binary 10111101 111101 100 0 1000100 1100010 11010 10010 1100000 100110

Color Harmonies of #BD3D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3D04

Black with #BD3D04

Text Example


Text Example

White with #BD3D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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