Html Css Color HEX #BD4316 Rust

📋 copy color: '#BD4316'

red 189 ◦ green 67 ◦ blue 22

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

Shades of Rust #BD4316

Tints of Rust #BD4316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.1%

 BLUE value IS 22 (8.98% from 255) = 7.91%

R = 67.99%
G = 24.1%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD4316 (or 0xBD4316) is known color: Rust. HEX triplet: BD, 43 and 16. RGB value is (189,67,22). Sum of RGB (Red+Green+Blue) = 189+67+22=278 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.99% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4316 is #42BCE9. Grayscale: #626262. Windows color (decimal): -4373738 or 1459133. OLE color: 1459133.

HSL color Cylindrical-coordinate representation of color #BD4316: hue angle of 16.17º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD4316 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 67 22 -
CMYK 0 0.65 0.88 0.26
HSL 16.17º 0.79% 0.41% -
HSV(B) 16.17º 0.88% 0.74% -
XYZ 23.14 14.89 2.41 -
YUV 98.35 84.92 192.66 -
System Red Green Blue C M Y K H S L
Decimal 189 67 22 0 0.65 0.88 0.26 16.17 0.79 0.41
Hex BD 43 16 0 41 58 1A 10 4F 29
Octal 275 103 26 0 101 130 32 20 117 51
Binary 10111101 1000011 10110 0 1000001 1011000 11010 10000 1001111 101001

Color Harmonies of #BD4316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4316

Black with #BD4316

Text Example


Text Example

White with #BD4316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4316; }

 p { color: rgb(189,67,22); }

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

background-color css

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

 a { background-color: rgb(189,67,22); }

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

border-color css

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

 span { border-color: rgb(189,67,22); }

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