Html Css Color HEX #BD3F08 Rust

📋 copy color: '#BD3F08'

red 189 ◦ green 63 ◦ blue 8

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

Shades of Rust #BD3F08

Tints of Rust #BD3F08

RGB

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

 GREEN value IS 63 (25% from 255) = 24.23%

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

R = 72.69%
G = 24.23%
B = 3.08%

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

#BD3F08 (or 0xBD3F08) is known color: Rust. HEX triplet: BD, 3F and 08. RGB value is (189,63,8). Sum of RGB (Red+Green+Blue) = 189+63+8=260 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.69% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3F08 is #42C0F7. Grayscale: #5E5E5E. Windows color (decimal): -4374776 or 540605. OLE color: 540605.

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

Color convert

RGB 189 63 8 -
CMYK 0 0.67 0.96 0.26
HSL 18.23º 0.92% 0.39% -
HSV(B) 18.23º 0.96% 0.74% -
XYZ 22.81 14.39 1.81 -
YUV 94.4 79.24 195.47 -
System Red Green Blue C M Y K H S L
Decimal 189 63 8 0 0.67 0.96 0.26 18.23 0.92 0.39
Hex BD 3F 8 0 43 60 1A 12 5C 27
Octal 275 77 10 0 103 140 32 22 134 47
Binary 10111101 111111 1000 0 1000011 1100000 11010 10010 1011100 100111

Color Harmonies of #BD3F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3F08

Black with #BD3F08

Text Example


Text Example

White with #BD3F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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