Html Css Color HEX #B4430C Rust

📋 copy color: '#B4430C'

red 180 ◦ green 67 ◦ blue 12

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

Shades of Rust #B4430C

Tints of Rust #B4430C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.63%

R = 69.5%
G = 25.87%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B4430C (or 0xB4430C) is known color: Rust. HEX triplet: B4, 43 and 0C. RGB value is (180,67,12). Sum of RGB (Red+Green+Blue) = 180+67+12=259 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.50% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 180 - color contains mainly: red. Hex color #B4430C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4430C is #4BBCF3. Grayscale: #5E5E5E. Windows color (decimal): -4963572 or 803764. OLE color: 803764.

HSL color Cylindrical-coordinate representation of color #B4430C: hue angle of 19.64º degrees, saturation: 0.88, 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 #B4430C is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 67 12 -
CMYK 0 0.63 0.93 0.29
HSL 19.64º 0.88% 0.38% -
HSV(B) 19.64º 0.93% 0.71% -
XYZ 20.9 13.74 1.9 -
YUV 94.52 81.44 188.97 -
System Red Green Blue C M Y K H S L
Decimal 180 67 12 0 0.63 0.93 0.29 19.64 0.88 0.38
Hex B4 43 C 0 3F 5D 1D 14 58 26
Octal 264 103 14 0 77 135 35 24 130 46
Binary 10110100 1000011 1100 0 111111 1011101 11101 10100 1011000 100110

Color Harmonies of #B4430C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4430C

Black with #B4430C

Text Example


Text Example

White with #B4430C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4430C; }

 p { color: rgb(180,67,12); }

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

background-color css

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

 a { background-color: rgb(180,67,12); }

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

border-color css

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

 span { border-color: rgb(180,67,12); }

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