Html Css Color HEX #BD3307 Rust

📋 copy color: '#BD3307'

red 189 ◦ green 51 ◦ blue 7

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

Shades of Rust #BD3307

Tints of Rust #BD3307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.83%

R = 76.52%
G = 20.65%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BD3307 (or 0xBD3307) is known color: Rust. HEX triplet: BD, 33 and 07. RGB value is (189,51,7). Sum of RGB (Red+Green+Blue) = 189+51+7=247 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.52% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3307 is #42CCF8. Grayscale: #575757. Windows color (decimal): -4377849 or 471997. OLE color: 471997.

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

Color convert

RGB 189 51 7 -
CMYK 0 0.73 0.96 0.26
HSL 14.51º 0.93% 0.38% -
HSV(B) 14.51º 0.96% 0.74% -
XYZ 22.21 13.2 1.58 -
YUV 87.25 82.72 200.58 -
System Red Green Blue C M Y K H S L
Decimal 189 51 7 0 0.73 0.96 0.26 14.51 0.93 0.38
Hex BD 33 7 0 49 60 1A F 5D 26
Octal 275 63 7 0 111 140 32 17 135 46
Binary 10111101 110011 111 0 1001001 1100000 11010 1111 1011101 100110

Color Harmonies of #BD3307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3307

Black with #BD3307

Text Example


Text Example

White with #BD3307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3307; }

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

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

background-color css

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

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

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

border-color css

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

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

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