Html Css Color HEX #BD481A Rust

📋 copy color: '#BD481A'

red 189 ◦ green 72 ◦ blue 26

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

Shades of Rust #BD481A

Tints of Rust #BD481A

RGB

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

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

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

R = 65.85%
G = 25.09%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD481A (or 0xBD481A) is known color: Rust. HEX triplet: BD, 48 and 1A. RGB value is (189,72,26). Sum of RGB (Red+Green+Blue) = 189+72+26=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD481A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD481A is #42B7E5. Grayscale: #666666. Windows color (decimal): -4372454 or 1722557. OLE color: 1722557.

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

Color convert

RGB 189 72 26 -
CMYK 0 0.62 0.86 0.26
HSL 16.93º 0.76% 0.42% -
HSV(B) 16.93º 0.86% 0.74% -
XYZ 23.49 15.53 2.74 -
YUV 101.74 85.26 190.24 -
System Red Green Blue C M Y K H S L
Decimal 189 72 26 0 0.62 0.86 0.26 16.93 0.76 0.42
Hex BD 48 1A 0 3E 56 1A 11 4C 2A
Octal 275 110 32 0 76 126 32 21 114 52
Binary 10111101 1001000 11010 0 111110 1010110 11010 10001 1001100 101010

Color Harmonies of #BD481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD481A

Black with #BD481A

Text Example


Text Example

White with #BD481A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD481A; }

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

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

background-color css

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

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

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

border-color css

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

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

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