Html Css Color HEX #BD401A Rust

📋 copy color: '#BD401A'

red 189 ◦ green 64 ◦ blue 26

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

Shades of Rust #BD401A

Tints of Rust #BD401A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.94%

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

R = 67.74%
G = 22.94%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD401A (or 0xBD401A) is known color: Rust. HEX triplet: BD, 40 and 1A. RGB value is (189,64,26). Sum of RGB (Red+Green+Blue) = 189+64+26=279 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.74% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 189 - color contains mainly: red. Hex color #BD401A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD401A is #42BFE5. Grayscale: #616161. Windows color (decimal): -4374502 or 1720509. OLE color: 1720509.

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

Color convert

RGB 189 64 26 -
CMYK 0 0.66 0.86 0.26
HSL 13.99º 0.76% 0.42% -
HSV(B) 13.99º 0.86% 0.74% -
XYZ 23.01 14.56 2.58 -
YUV 97.04 87.91 193.59 -
System Red Green Blue C M Y K H S L
Decimal 189 64 26 0 0.66 0.86 0.26 13.99 0.76 0.42
Hex BD 40 1A 0 42 56 1A E 4C 2A
Octal 275 100 32 0 102 126 32 16 114 52
Binary 10111101 1000000 11010 0 1000010 1010110 11010 1110 1001100 101010

Color Harmonies of #BD401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD401A

Black with #BD401A

Text Example


Text Example

White with #BD401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD401A; }

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

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

background-color css

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

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

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

border-color css

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

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

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