Html Css Color HEX #B0381A Rust

📋 copy color: '#B0381A'

red 176 ◦ green 56 ◦ blue 26

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

Shades of Rust #B0381A

Tints of Rust #B0381A

RGB

 RED value IS 176 (69.14% from 255) = 68.22%

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

 BLUE value IS 26 (10.55% from 255) = 10.08%

R = 68.22%
G = 21.71%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0381A (or 0xB0381A) is known color: Rust. HEX triplet: B0, 38 and 1A. RGB value is (176,56,26). Sum of RGB (Red+Green+Blue) = 176+56+26=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B0381A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0381A is #4FC7E5. Grayscale: #585858. Windows color (decimal): -5228518 or 1718448. OLE color: 1718448.

HSL color Cylindrical-coordinate representation of color #B0381A: hue angle of 12º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0381A is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 56 26 -
CMYK 0 0.68 0.85 0.31
HSL 12º 0.74% 0.4% -
HSV(B) 12º 0.85% 0.69% -
XYZ 19.51 12.13 2.29 -
YUV 88.46 92.76 190.44 -
System Red Green Blue C M Y K H S L
Decimal 176 56 26 0 0.68 0.85 0.31 12 0.74 0.4
Hex B0 38 1A 0 44 55 1F C 4A 28
Octal 260 70 32 0 104 125 37 14 112 50
Binary 10110000 111000 11010 0 1000100 1010101 11111 1100 1001010 101000

Color Harmonies of #B0381A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0381A

Black with #B0381A

Text Example


Text Example

White with #B0381A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0381A; }

 p { color: rgb(176,56,26); }

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

background-color css

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

 a { background-color: rgb(176,56,26); }

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

border-color css

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

 span { border-color: rgb(176,56,26); }

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