Html Css Color HEX #BD3E00 Rust

📋 copy color: '#BD3E00'

red 189 ◦ green 62 ◦ blue 0

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

Shades of Rust #BD3E00

Tints of Rust #BD3E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.3%
G = 24.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BD3E00 (or 0xBD3E00) is known color: Rust. HEX triplet: BD, 3E and 00. RGB value is (189,62,0). Sum of RGB (Red+Green+Blue) = 189+62+0=251 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.30% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3E00 is #42C1FF. Grayscale: #5D5D5D. Windows color (decimal): -4375040 or 16061. OLE color: 16061.

HSL color Cylindrical-coordinate representation of color #BD3E00: hue angle of 19.68º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD3E00 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 62 0 -
CMYK 0 0.67 1 0.26
HSL 19.68º 1% 0.37% -
HSV(B) 19.68º 1% 0.74% -
XYZ 22.71 14.26 1.56 -
YUV 92.91 75.58 196.54 -
System Red Green Blue C M Y K H S L
Decimal 189 62 0 0 0.67 1 0.26 19.68 1 0.37
Hex BD 3E 0 0 43 64 1A 14 64 25
Octal 275 76 0 0 103 144 32 24 144 45
Binary 10111101 111110 0 0 1000011 1100100 11010 10100 1100100 100101

Color Harmonies of #BD3E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3E00

Black with #BD3E00

Text Example


Text Example

White with #BD3E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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