Html Css Color HEX #BD480A Rust

📋 copy color: '#BD480A'

red 189 ◦ green 72 ◦ blue 10

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

Shades of Rust #BD480A

Tints of Rust #BD480A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.57%

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

R = 69.74%
G = 26.57%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BD480A (or 0xBD480A) is known color: Rust. HEX triplet: BD, 48 and 0A. RGB value is (189,72,10). Sum of RGB (Red+Green+Blue) = 189+72+10=271 (35% of max value = 765). Red value is 189 (74.22% from 255 or 69.74% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 189 - color contains mainly: red. Hex color #BD480A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD480A is #42B7F5. Grayscale: #646464. Windows color (decimal): -4372470 or 673981. OLE color: 673981.

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

Color convert

RGB 189 72 10 -
CMYK 0 0.62 0.95 0.26
HSL 20.78º 0.9% 0.39% -
HSV(B) 20.78º 0.95% 0.74% -
XYZ 23.36 15.48 2.04 -
YUV 99.92 77.26 191.54 -
System Red Green Blue C M Y K H S L
Decimal 189 72 10 0 0.62 0.95 0.26 20.78 0.9 0.39
Hex BD 48 A 0 3E 5F 1A 15 5A 27
Octal 275 110 12 0 76 137 32 25 132 47
Binary 10111101 1001000 1010 0 111110 1011111 11010 10101 1011010 100111

Color Harmonies of #BD480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD480A

Black with #BD480A

Text Example


Text Example

White with #BD480A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD480A; }

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

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

background-color css

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

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

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

border-color css

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

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

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