Html Css Color HEX #BD431A Rust

📋 copy color: '#BD431A'

red 189 ◦ green 67 ◦ blue 26

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

Shades of Rust #BD431A

Tints of Rust #BD431A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.22%

R = 67.02%
G = 23.76%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD431A (or 0xBD431A) is known color: Rust. HEX triplet: BD, 43 and 1A. RGB value is (189,67,26). Sum of RGB (Red+Green+Blue) = 189+67+26=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD431A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD431A is #42BCE5. Grayscale: #636363. Windows color (decimal): -4373734 or 1721277. OLE color: 1721277.

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

Color convert

RGB 189 67 26 -
CMYK 0 0.65 0.86 0.26
HSL 15.09º 0.76% 0.42% -
HSV(B) 15.09º 0.86% 0.74% -
XYZ 23.18 14.91 2.63 -
YUV 98.8 86.92 192.33 -
System Red Green Blue C M Y K H S L
Decimal 189 67 26 0 0.65 0.86 0.26 15.09 0.76 0.42
Hex BD 43 1A 0 41 56 1A F 4C 2A
Octal 275 103 32 0 101 126 32 17 114 52
Binary 10111101 1000011 11010 0 1000001 1010110 11010 1111 1001100 101010

Color Harmonies of #BD431A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD431A

Black with #BD431A

Text Example


Text Example

White with #BD431A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD431A; }

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

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

background-color css

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

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

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

border-color css

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

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

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