Html Css Color HEX #BD430B Rust

📋 copy color: '#BD430B'

red 189 ◦ green 67 ◦ blue 11

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

Shades of Rust #BD430B

Tints of Rust #BD430B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.12%

R = 70.79%
G = 25.09%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD430B (or 0xBD430B) is known color: Rust. HEX triplet: BD, 43 and 0B. RGB value is (189,67,11). Sum of RGB (Red+Green+Blue) = 189+67+11=267 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.79% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 189 - color contains mainly: red. Hex color #BD430B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD430B is #42BCF4. Grayscale: #616161. Windows color (decimal): -4373749 or 738237. OLE color: 738237.

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

Color convert

RGB 189 67 11 -
CMYK 0 0.65 0.94 0.26
HSL 18.88º 0.89% 0.39% -
HSV(B) 18.88º 0.94% 0.74% -
XYZ 23.05 14.86 1.97 -
YUV 97.09 79.42 193.55 -
System Red Green Blue C M Y K H S L
Decimal 189 67 11 0 0.65 0.94 0.26 18.88 0.89 0.39
Hex BD 43 B 0 41 5E 1A 13 59 27
Octal 275 103 13 0 101 136 32 23 131 47
Binary 10111101 1000011 1011 0 1000001 1011110 11010 10011 1011001 100111

Color Harmonies of #BD430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD430B

Black with #BD430B

Text Example


Text Example

White with #BD430B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD430B; }

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

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

background-color css

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

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

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

border-color css

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

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

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