Html Css Color HEX #BD430F Rust

📋 copy color: '#BD430F'

red 189 ◦ green 67 ◦ blue 15

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

Shades of Rust #BD430F

Tints of Rust #BD430F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.54%

R = 69.74%
G = 24.72%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD430F (or 0xBD430F) is known color: Rust. HEX triplet: BD, 43 and 0F. RGB value is (189,67,15). Sum of RGB (Red+Green+Blue) = 189+67+15=271 (35% of max value = 765). Red value is 189 (74.22% from 255 or 69.74% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 189 - color contains mainly: red. Hex color #BD430F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD430F is #42BCF0. Grayscale: #616161. Windows color (decimal): -4373745 or 1000381. OLE color: 1000381.

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

Color convert

RGB 189 67 15 -
CMYK 0 0.65 0.92 0.26
HSL 17.93º 0.85% 0.4% -
HSV(B) 17.93º 0.92% 0.74% -
XYZ 23.08 14.87 2.11 -
YUV 97.55 81.42 193.23 -
System Red Green Blue C M Y K H S L
Decimal 189 67 15 0 0.65 0.92 0.26 17.93 0.85 0.4
Hex BD 43 F 0 41 5C 1A 12 55 28
Octal 275 103 17 0 101 134 32 22 125 50
Binary 10111101 1000011 1111 0 1000001 1011100 11010 10010 1010101 101000

Color Harmonies of #BD430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD430F

Black with #BD430F

Text Example


Text Example

White with #BD430F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD430F; }

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

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

background-color css

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

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

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

border-color css

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

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

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