Html Css Color HEX #BD4103 Rust

📋 copy color: '#BD4103'

red 189 ◦ green 65 ◦ blue 3

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

Shades of Rust #BD4103

Tints of Rust #BD4103

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.29%

 BLUE value IS 3 (1.56% from 255) = 1.17%

R = 73.54%
G = 25.29%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BD4103 (or 0xBD4103) is known color: Rust. HEX triplet: BD, 41 and 03. RGB value is (189,65,3). Sum of RGB (Red+Green+Blue) = 189+65+3=257 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.54% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4103 is #42BEFC. Grayscale: #5F5F5F. Windows color (decimal): -4374269 or 213437. OLE color: 213437.

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

Color convert

RGB 189 65 3 -
CMYK 0 0.66 0.98 0.26
HSL 20º 0.97% 0.38% -
HSV(B) 20º 0.98% 0.74% -
XYZ 22.89 14.61 1.7 -
YUV 95.01 76.08 195.04 -
System Red Green Blue C M Y K H S L
Decimal 189 65 3 0 0.66 0.98 0.26 20 0.97 0.38
Hex BD 41 3 0 42 62 1A 14 61 26
Octal 275 101 3 0 102 142 32 24 141 46
Binary 10111101 1000001 11 0 1000010 1100010 11010 10100 1100001 100110

Color Harmonies of #BD4103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4103

Black with #BD4103

Text Example


Text Example

White with #BD4103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4103; }

 p { color: rgb(189,65,3); }

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

background-color css

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

 a { background-color: rgb(189,65,3); }

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

border-color css

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

 span { border-color: rgb(189,65,3); }

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