Html Css Color HEX #BD3301 Rust

📋 copy color: '#BD3301'

red 189 ◦ green 51 ◦ blue 1

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

Shades of Rust #BD3301

Tints of Rust #BD3301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 78.42%
G = 21.16%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BD3301 (or 0xBD3301) is known color: Rust. HEX triplet: BD, 33 and 01. RGB value is (189,51,1). Sum of RGB (Red+Green+Blue) = 189+51+1=241 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.42% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3301 is #42CCFE. Grayscale: #565656. Windows color (decimal): -4377855 or 78781. OLE color: 78781.

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

Color convert

RGB 189 51 1 -
CMYK 0 0.73 0.99 0.26
HSL 15.96º 0.99% 0.37% -
HSV(B) 15.96º 0.99% 0.74% -
XYZ 22.18 13.19 1.41 -
YUV 86.56 79.72 201.07 -
System Red Green Blue C M Y K H S L
Decimal 189 51 1 0 0.73 0.99 0.26 15.96 0.99 0.37
Hex BD 33 1 0 49 63 1A 10 63 25
Octal 275 63 1 0 111 143 32 20 143 45
Binary 10111101 110011 1 0 1001001 1100011 11010 10000 1100011 100101

Color Harmonies of #BD3301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3301

Black with #BD3301

Text Example


Text Example

White with #BD3301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3301; }

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

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

background-color css

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

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

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

border-color css

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

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

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