Html Css Color HEX #BD3A08 Rust

📋 copy color: '#BD3A08'

red 189 ◦ green 58 ◦ blue 8

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

Shades of Rust #BD3A08

Tints of Rust #BD3A08

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.75%

 BLUE value IS 8 (3.52% from 255) = 3.14%

R = 74.12%
G = 22.75%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BD3A08 (or 0xBD3A08) is known color: Rust. HEX triplet: BD, 3A and 08. RGB value is (189,58,8). Sum of RGB (Red+Green+Blue) = 189+58+8=255 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.12% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3A08 is #42C5F7. Grayscale: #5B5B5B. Windows color (decimal): -4376056 or 539325. OLE color: 539325.

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

Color convert

RGB 189 58 8 -
CMYK 0 0.69 0.96 0.26
HSL 16.57º 0.92% 0.39% -
HSV(B) 16.57º 0.96% 0.74% -
XYZ 22.54 13.86 1.72 -
YUV 91.47 80.9 197.57 -
System Red Green Blue C M Y K H S L
Decimal 189 58 8 0 0.69 0.96 0.26 16.57 0.92 0.39
Hex BD 3A 8 0 45 60 1A 11 5C 27
Octal 275 72 10 0 105 140 32 21 134 47
Binary 10111101 111010 1000 0 1000101 1100000 11010 10001 1011100 100111

Color Harmonies of #BD3A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3A08

Black with #BD3A08

Text Example


Text Example

White with #BD3A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3A08; }

 p { color: rgb(189,58,8); }

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

background-color css

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

 a { background-color: rgb(189,58,8); }

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

border-color css

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

 span { border-color: rgb(189,58,8); }

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