Html Css Color HEX #BD400A Rust

📋 copy color: '#BD400A'

red 189 ◦ green 64 ◦ blue 10

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

Shades of Rust #BD400A

Tints of Rust #BD400A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.8%

R = 71.86%
G = 24.33%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BD400A (or 0xBD400A) is known color: Rust. HEX triplet: BD, 40 and 0A. RGB value is (189,64,10). Sum of RGB (Red+Green+Blue) = 189+64+10=263 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.86% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 189 - color contains mainly: red. Hex color #BD400A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD400A is #42BFF5. Grayscale: #5F5F5F. Windows color (decimal): -4374518 or 671933. OLE color: 671933.

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

Color convert

RGB 189 64 10 -
CMYK 0 0.66 0.95 0.26
HSL 18.1º 0.9% 0.39% -
HSV(B) 18.1º 0.95% 0.74% -
XYZ 22.87 14.51 1.88 -
YUV 95.22 79.91 194.89 -
System Red Green Blue C M Y K H S L
Decimal 189 64 10 0 0.66 0.95 0.26 18.1 0.9 0.39
Hex BD 40 A 0 42 5F 1A 12 5A 27
Octal 275 100 12 0 102 137 32 22 132 47
Binary 10111101 1000000 1010 0 1000010 1011111 11010 10010 1011010 100111

Color Harmonies of #BD400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD400A

Black with #BD400A

Text Example


Text Example

White with #BD400A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD400A; }

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

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

background-color css

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

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

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

border-color css

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

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

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