Html Css Color HEX #BD3E08 Rust

📋 copy color: '#BD3E08'

red 189 ◦ green 62 ◦ blue 8

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

Shades of Rust #BD3E08

Tints of Rust #BD3E08

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.94%

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

R = 72.97%
G = 23.94%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BD3E08 (or 0xBD3E08) is known color: Rust. HEX triplet: BD, 3E and 08. RGB value is (189,62,8). Sum of RGB (Red+Green+Blue) = 189+62+8=259 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.97% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3E08 is #42C1F7. Grayscale: #5E5E5E. Windows color (decimal): -4375032 or 540349. OLE color: 540349.

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

Color convert

RGB 189 62 8 -
CMYK 0 0.67 0.96 0.26
HSL 17.9º 0.92% 0.39% -
HSV(B) 17.9º 0.96% 0.74% -
XYZ 22.75 14.28 1.79 -
YUV 93.82 79.58 195.89 -
System Red Green Blue C M Y K H S L
Decimal 189 62 8 0 0.67 0.96 0.26 17.9 0.92 0.39
Hex BD 3E 8 0 43 60 1A 12 5C 27
Octal 275 76 10 0 103 140 32 22 134 47
Binary 10111101 111110 1000 0 1000011 1100000 11010 10010 1011100 100111

Color Harmonies of #BD3E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3E08

Black with #BD3E08

Text Example


Text Example

White with #BD3E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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