Html Css Color HEX #B6380A Rust

📋 copy color: '#B6380A'

red 182 ◦ green 56 ◦ blue 10

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

Shades of Rust #B6380A

Tints of Rust #B6380A

RGB

 RED value IS 182 (71.48% from 255) = 73.39%

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

 BLUE value IS 10 (4.3% from 255) = 4.03%

R = 73.39%
G = 22.58%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B6380A (or 0xB6380A) is known color: Rust. HEX triplet: B6, 38 and 0A. RGB value is (182,56,10). Sum of RGB (Red+Green+Blue) = 182+56+10=248 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.39% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 182 - color contains mainly: red. Hex color #B6380A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6380A is #49C7F5. Grayscale: #585858. Windows color (decimal): -4835318 or 669878. OLE color: 669878.

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

Color convert

RGB 182 56 10 -
CMYK 0 0.69 0.95 0.29
HSL 16.05º 0.9% 0.38% -
HSV(B) 16.05º 0.95% 0.71% -
XYZ 20.76 12.8 1.66 -
YUV 88.43 83.74 194.74 -
System Red Green Blue C M Y K H S L
Decimal 182 56 10 0 0.69 0.95 0.29 16.05 0.9 0.38
Hex B6 38 A 0 45 5F 1D 10 5A 26
Octal 266 70 12 0 105 137 35 20 132 46
Binary 10110110 111000 1010 0 1000101 1011111 11101 10000 1011010 100110

Color Harmonies of #B6380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6380A

Black with #B6380A

Text Example


Text Example

White with #B6380A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6380A; }

 p { color: rgb(182,56,10); }

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

background-color css

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

 a { background-color: rgb(182,56,10); }

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

border-color css

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

 span { border-color: rgb(182,56,10); }

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