Html Css Color HEX #BD3F03 Rust

📋 copy color: '#BD3F03'

red 189 ◦ green 63 ◦ blue 3

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

Shades of Rust #BD3F03

Tints of Rust #BD3F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.18%

R = 74.12%
G = 24.71%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BD3F03 (or 0xBD3F03) is known color: Rust. HEX triplet: BD, 3F and 03. RGB value is (189,63,3). Sum of RGB (Red+Green+Blue) = 189+63+3=255 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.12% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3F03 is #42C0FC. Grayscale: #5E5E5E. Windows color (decimal): -4374781 or 212925. OLE color: 212925.

HSL color Cylindrical-coordinate representation of color #BD3F03: hue angle of 19.35º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD3F03 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 63 3 -
CMYK 0 0.67 0.98 0.26
HSL 19.35º 0.97% 0.38% -
HSV(B) 19.35º 0.98% 0.74% -
XYZ 22.78 14.38 1.66 -
YUV 93.83 76.74 195.88 -
System Red Green Blue C M Y K H S L
Decimal 189 63 3 0 0.67 0.98 0.26 19.35 0.97 0.38
Hex BD 3F 3 0 43 62 1A 13 61 26
Octal 275 77 3 0 103 142 32 23 141 46
Binary 10111101 111111 11 0 1000011 1100010 11010 10011 1100001 100110

Color Harmonies of #BD3F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3F03

Black with #BD3F03

Text Example


Text Example

White with #BD3F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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