Html Css Color HEX #BD431F Rust

📋 copy color: '#BD431F'

red 189 ◦ green 67 ◦ blue 31

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

Shades of Rust #BD431F

Tints of Rust #BD431F

RGB

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

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

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

R = 65.85%
G = 23.34%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD431F (or 0xBD431F) is known color: Rust. HEX triplet: BD, 43 and 1F. RGB value is (189,67,31). Sum of RGB (Red+Green+Blue) = 189+67+31=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD431F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD431F is #42BCE0. Grayscale: #636363. Windows color (decimal): -4373729 or 2048957. OLE color: 2048957.

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

Color convert

RGB 189 67 31 -
CMYK 0 0.65 0.84 0.26
HSL 13.67º 0.72% 0.43% -
HSV(B) 13.67º 0.84% 0.74% -
XYZ 23.24 14.93 2.95 -
YUV 99.37 89.42 191.93 -
System Red Green Blue C M Y K H S L
Decimal 189 67 31 0 0.65 0.84 0.26 13.67 0.72 0.43
Hex BD 43 1F 0 41 54 1A E 48 2B
Octal 275 103 37 0 101 124 32 16 110 53
Binary 10111101 1000011 11111 0 1000001 1010100 11010 1110 1001000 101011

Color Harmonies of #BD431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD431F

Black with #BD431F

Text Example


Text Example

White with #BD431F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD431F; }

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

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

background-color css

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

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

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

border-color css

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

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

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