Html Css Color HEX #B4361C Rust

📋 copy color: '#B4361C'

red 180 ◦ green 54 ◦ blue 28

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

Shades of Rust #B4361C

Tints of Rust #B4361C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.61%

 BLUE value IS 28 (11.33% from 255) = 10.69%

R = 68.7%
G = 20.61%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B4361C (or 0xB4361C) is known color: Rust. HEX triplet: B4, 36 and 1C. RGB value is (180,54,28). Sum of RGB (Red+Green+Blue) = 180+54+28=262 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.70% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 180 - color contains mainly: red. Hex color #B4361C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4361C is #4BC9E3. Grayscale: #585858. Windows color (decimal): -4966884 or 1849012. OLE color: 1849012.

HSL color Cylindrical-coordinate representation of color #B4361C: hue angle of 10.26º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B4361C is Cyan = 0, Magento = 0.7, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 54 28 -
CMYK 0 0.7 0.84 0.29
HSL 10.26º 0.73% 0.41% -
HSV(B) 10.26º 0.84% 0.71% -
XYZ 20.35 12.43 2.42 -
YUV 88.71 93.74 193.11 -
System Red Green Blue C M Y K H S L
Decimal 180 54 28 0 0.7 0.84 0.29 10.26 0.73 0.41
Hex B4 36 1C 0 46 54 1D A 49 29
Octal 264 66 34 0 106 124 35 12 111 51
Binary 10110100 110110 11100 0 1000110 1010100 11101 1010 1001001 101001

Color Harmonies of #B4361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4361C

Black with #B4361C

Text Example


Text Example

White with #B4361C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4361C; }

 p { color: rgb(180,54,28); }

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

background-color css

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

 a { background-color: rgb(180,54,28); }

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

border-color css

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

 span { border-color: rgb(180,54,28); }

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