Html Css Color HEX #BD3300 Rust

📋 copy color: '#BD3300'

red 189 ◦ green 51 ◦ blue 0

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

Shades of Rust #BD3300

Tints of Rust #BD3300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.25%

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

R = 78.75%
G = 21.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BD3300 (or 0xBD3300) is known color: Rust. HEX triplet: BD, 33 and 00. RGB value is (189,51,0). Sum of RGB (Red+Green+Blue) = 189+51+0=240 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.75% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3300 is #42CCFF. Grayscale: #565656. Windows color (decimal): -4377856 or 13245. OLE color: 13245.

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

Color convert

RGB 189 51 0 -
CMYK 0 0.73 1 0.26
HSL 16.19º 1% 0.37% -
HSV(B) 16.19º 1% 0.74% -
XYZ 22.17 13.19 1.38 -
YUV 86.45 79.22 201.15 -
System Red Green Blue C M Y K H S L
Decimal 189 51 0 0 0.73 1 0.26 16.19 1 0.37
Hex BD 33 0 0 49 64 1A 10 64 25
Octal 275 63 0 0 111 144 32 20 144 45
Binary 10111101 110011 0 0 1001001 1100100 11010 10000 1100100 100101

Color Harmonies of #BD3300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3300

Black with #BD3300

Text Example


Text Example

White with #BD3300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3300; }

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

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

background-color css

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

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

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

border-color css

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

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

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