Html Css Color HEX #B0430D Rust

📋 copy color: '#B0430D'

red 176 ◦ green 67 ◦ blue 13

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

Shades of Rust #B0430D

Tints of Rust #B0430D

RGB

 RED value IS 176 (69.14% from 255) = 68.75%

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

 BLUE value IS 13 (5.47% from 255) = 5.08%

R = 68.75%
G = 26.17%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0430D (or 0xB0430D) is known color: Rust. HEX triplet: B0, 43 and 0D. RGB value is (176,67,13). Sum of RGB (Red+Green+Blue) = 176+67+13=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B0430D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0430D is #4FBCF2. Grayscale: #5D5D5D. Windows color (decimal): -5225715 or 869296. OLE color: 869296.

HSL color Cylindrical-coordinate representation of color #B0430D: hue angle of 19.88º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0430D is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 67 13 -
CMYK 0 0.62 0.93 0.31
HSL 19.88º 0.86% 0.37% -
HSV(B) 19.88º 0.93% 0.69% -
XYZ 19.98 13.27 1.89 -
YUV 93.44 82.61 186.89 -
System Red Green Blue C M Y K H S L
Decimal 176 67 13 0 0.62 0.93 0.31 19.88 0.86 0.37
Hex B0 43 D 0 3E 5D 1F 14 56 25
Octal 260 103 15 0 76 135 37 24 126 45
Binary 10110000 1000011 1101 0 111110 1011101 11111 10100 1010110 100101

Color Harmonies of #B0430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0430D

Black with #B0430D

Text Example


Text Example

White with #B0430D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0430D; }

 p { color: rgb(176,67,13); }

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

background-color css

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

 a { background-color: rgb(176,67,13); }

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

border-color css

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

 span { border-color: rgb(176,67,13); }

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