Html Css Color HEX #B4430F Rust

📋 copy color: '#B4430F'

red 180 ◦ green 67 ◦ blue 15

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

Shades of Rust #B4430F

Tints of Rust #B4430F

RGB

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

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

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

R = 68.7%
G = 25.57%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B4430F (or 0xB4430F) is known color: Rust. HEX triplet: B4, 43 and 0F. RGB value is (180,67,15). Sum of RGB (Red+Green+Blue) = 180+67+15=262 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.70% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 180 - color contains mainly: red. Hex color #B4430F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4430F is #4BBCF0. Grayscale: #5F5F5F. Windows color (decimal): -4963569 or 1000372. OLE color: 1000372.

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

Color convert

RGB 180 67 15 -
CMYK 0 0.63 0.92 0.29
HSL 18.91º 0.85% 0.38% -
HSV(B) 18.91º 0.92% 0.71% -
XYZ 20.92 13.75 2 -
YUV 94.86 82.94 188.73 -
System Red Green Blue C M Y K H S L
Decimal 180 67 15 0 0.63 0.92 0.29 18.91 0.85 0.38
Hex B4 43 F 0 3F 5C 1D 13 55 26
Octal 264 103 17 0 77 134 35 23 125 46
Binary 10110100 1000011 1111 0 111111 1011100 11101 10011 1010101 100110

Color Harmonies of #B4430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4430F

Black with #B4430F

Text Example


Text Example

White with #B4430F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4430F; }

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

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

background-color css

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

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

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

border-color css

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

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

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