Html Css Color HEX #BD431D Rust

📋 copy color: '#BD431D'

red 189 ◦ green 67 ◦ blue 29

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

Shades of Rust #BD431D

Tints of Rust #BD431D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.51%

 BLUE value IS 29 (11.72% from 255) = 10.18%

R = 66.32%
G = 23.51%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD431D (or 0xBD431D) is known color: Rust. HEX triplet: BD, 43 and 1D. RGB value is (189,67,29). Sum of RGB (Red+Green+Blue) = 189+67+29=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD431D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD431D is #42BCE2. Grayscale: #636363. Windows color (decimal): -4373731 or 1917885. OLE color: 1917885.

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

Color convert

RGB 189 67 29 -
CMYK 0 0.65 0.85 0.26
HSL 14.25º 0.73% 0.43% -
HSV(B) 14.25º 0.85% 0.74% -
XYZ 23.22 14.92 2.82 -
YUV 99.15 88.42 192.09 -
System Red Green Blue C M Y K H S L
Decimal 189 67 29 0 0.65 0.85 0.26 14.25 0.73 0.43
Hex BD 43 1D 0 41 55 1A E 49 2B
Octal 275 103 35 0 101 125 32 16 111 53
Binary 10111101 1000011 11101 0 1000001 1010101 11010 1110 1001001 101011

Color Harmonies of #BD431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD431D

Black with #BD431D

Text Example


Text Example

White with #BD431D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD431D; }

 p { color: rgb(189,67,29); }

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

background-color css

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

 a { background-color: rgb(189,67,29); }

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

border-color css

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

 span { border-color: rgb(189,67,29); }

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