Html Css Color HEX #B4330D Rust

📋 copy color: '#B4330D'

red 180 ◦ green 51 ◦ blue 13

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

Shades of Rust #B4330D

Tints of Rust #B4330D

RGB

 RED value IS 180 (70.7% from 255) = 73.77%

 GREEN value IS 51 (20.31% from 255) = 20.9%

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

R = 73.77%
G = 20.9%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B4330D (or 0xB4330D) is known color: Rust. HEX triplet: B4, 33 and 0D. RGB value is (180,51,13). Sum of RGB (Red+Green+Blue) = 180+51+13=244 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.77% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 180 - color contains mainly: red. Hex color #B4330D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4330D is #4BCCF2. Grayscale: #555555. Windows color (decimal): -4967667 or 865204. OLE color: 865204.

HSL color Cylindrical-coordinate representation of color #B4330D: hue angle of 13.65º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4330D is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 51 13 -
CMYK 0 0.72 0.93 0.29
HSL 13.65º 0.87% 0.38% -
HSV(B) 13.65º 0.93% 0.71% -
XYZ 20.08 12.1 1.66 -
YUV 85.24 87.24 195.59 -
System Red Green Blue C M Y K H S L
Decimal 180 51 13 0 0.72 0.93 0.29 13.65 0.87 0.38
Hex B4 33 D 0 48 5D 1D E 57 26
Octal 264 63 15 0 110 135 35 16 127 46
Binary 10110100 110011 1101 0 1001000 1011101 11101 1110 1010111 100110

Color Harmonies of #B4330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4330D

Black with #B4330D

Text Example


Text Example

White with #B4330D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4330D; }

 p { color: rgb(180,51,13); }

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

background-color css

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

 a { background-color: rgb(180,51,13); }

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

border-color css

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

 span { border-color: rgb(180,51,13); }

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