Html Css Color HEX #B4381E Rust

📋 copy color: '#B4381E'

red 180 ◦ green 56 ◦ blue 30

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

Shades of Rust #B4381E

Tints of Rust #B4381E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.05%

 BLUE value IS 30 (12.11% from 255) = 11.28%

R = 67.67%
G = 21.05%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B4381E (or 0xB4381E) is known color: Rust. HEX triplet: B4, 38 and 1E. RGB value is (180,56,30). Sum of RGB (Red+Green+Blue) = 180+56+30=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B4381E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4381E is #4BC7E1. Grayscale: #5A5A5A. Windows color (decimal): -4966370 or 1980596. OLE color: 1980596.

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

Color convert

RGB 180 56 30 -
CMYK 0 0.69 0.83 0.29
HSL 10.4º 0.71% 0.41% -
HSV(B) 10.4º 0.83% 0.71% -
XYZ 20.47 12.63 2.59 -
YUV 90.11 94.08 192.11 -
System Red Green Blue C M Y K H S L
Decimal 180 56 30 0 0.69 0.83 0.29 10.4 0.71 0.41
Hex B4 38 1E 0 45 53 1D A 47 29
Octal 264 70 36 0 105 123 35 12 107 51
Binary 10110100 111000 11110 0 1000101 1010011 11101 1010 1000111 101001

Color Harmonies of #B4381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4381E

Black with #B4381E

Text Example


Text Example

White with #B4381E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4381E; }

 p { color: rgb(180,56,30); }

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

background-color css

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

 a { background-color: rgb(180,56,30); }

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

border-color css

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

 span { border-color: rgb(180,56,30); }

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