Html Css Color HEX #BD400B Rust

📋 copy color: '#BD400B'

red 189 ◦ green 64 ◦ blue 11

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

Shades of Rust #BD400B

Tints of Rust #BD400B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.17%

R = 71.59%
G = 24.24%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD400B (or 0xBD400B) is known color: Rust. HEX triplet: BD, 40 and 0B. RGB value is (189,64,11). Sum of RGB (Red+Green+Blue) = 189+64+11=264 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.59% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 189 - color contains mainly: red. Hex color #BD400B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD400B is #42BFF4. Grayscale: #5F5F5F. Windows color (decimal): -4374517 or 737469. OLE color: 737469.

HSL color Cylindrical-coordinate representation of color #BD400B: hue angle of 17.87º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD400B is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 64 11 -
CMYK 0 0.66 0.94 0.26
HSL 17.87º 0.89% 0.39% -
HSV(B) 17.87º 0.94% 0.74% -
XYZ 22.88 14.51 1.91 -
YUV 95.33 80.41 194.81 -
System Red Green Blue C M Y K H S L
Decimal 189 64 11 0 0.66 0.94 0.26 17.87 0.89 0.39
Hex BD 40 B 0 42 5E 1A 12 59 27
Octal 275 100 13 0 102 136 32 22 131 47
Binary 10111101 1000000 1011 0 1000010 1011110 11010 10010 1011001 100111

Color Harmonies of #BD400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD400B

Black with #BD400B

Text Example


Text Example

White with #BD400B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD400B; }

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

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

background-color css

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

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

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

border-color css

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

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

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