Html Css Color HEX #BD3E03 Rust

📋 copy color: '#BD3E03'

red 189 ◦ green 62 ◦ blue 3

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

Shades of Rust #BD3E03

Tints of Rust #BD3E03

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.41%

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

R = 74.41%
G = 24.41%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BD3E03 (or 0xBD3E03) is known color: Rust. HEX triplet: BD, 3E and 03. RGB value is (189,62,3). Sum of RGB (Red+Green+Blue) = 189+62+3=254 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.41% from 254); Green value is 62 (24.61% from 255 or 24.41% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3E03 is #42C1FC. Grayscale: #5D5D5D. Windows color (decimal): -4375037 or 212669. OLE color: 212669.

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

Color convert

RGB 189 62 3 -
CMYK 0 0.67 0.98 0.26
HSL 19.03º 0.97% 0.38% -
HSV(B) 19.03º 0.98% 0.74% -
XYZ 22.73 14.27 1.64 -
YUV 93.25 77.08 196.3 -
System Red Green Blue C M Y K H S L
Decimal 189 62 3 0 0.67 0.98 0.26 19.03 0.97 0.38
Hex BD 3E 3 0 43 62 1A 13 61 26
Octal 275 76 3 0 103 142 32 23 141 46
Binary 10111101 111110 11 0 1000011 1100010 11010 10011 1100001 100110

Color Harmonies of #BD3E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3E03

Black with #BD3E03

Text Example


Text Example

White with #BD3E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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