Html Css Color HEX #BD451F Rust

📋 copy color: '#BD451F'

red 189 ◦ green 69 ◦ blue 31

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

Shades of Rust #BD451F

Tints of Rust #BD451F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.88%

 BLUE value IS 31 (12.5% from 255) = 10.73%

R = 65.4%
G = 23.88%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD451F (or 0xBD451F) is known color: Rust. HEX triplet: BD, 45 and 1F. RGB value is (189,69,31). Sum of RGB (Red+Green+Blue) = 189+69+31=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD451F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD451F is #42BAE0. Grayscale: #646464. Windows color (decimal): -4373217 or 2049469. OLE color: 2049469.

HSL color Cylindrical-coordinate representation of color #BD451F: hue angle of 14.43º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD451F is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 69 31 -
CMYK 0 0.63 0.84 0.26
HSL 14.43º 0.72% 0.43% -
HSV(B) 14.43º 0.84% 0.74% -
XYZ 23.36 15.17 2.99 -
YUV 100.55 88.76 191.09 -
System Red Green Blue C M Y K H S L
Decimal 189 69 31 0 0.63 0.84 0.26 14.43 0.72 0.43
Hex BD 45 1F 0 3F 54 1A E 48 2B
Octal 275 105 37 0 77 124 32 16 110 53
Binary 10111101 1000101 11111 0 111111 1010100 11010 1110 1001000 101011

Color Harmonies of #BD451F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD451F

Black with #BD451F

Text Example


Text Example

White with #BD451F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD451F; }

 p { color: rgb(189,69,31); }

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

background-color css

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

 a { background-color: rgb(189,69,31); }

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

border-color css

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

 span { border-color: rgb(189,69,31); }

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