Html Css Color HEX #B7361A Rust

📋 copy color: '#B7361A'

red 183 ◦ green 54 ◦ blue 26

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

Shades of Rust #B7361A

Tints of Rust #B7361A

RGB

 RED value IS 183 (71.88% from 255) = 69.58%

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

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

R = 69.58%
G = 20.53%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B7361A (or 0xB7361A) is known color: Rust. HEX triplet: B7, 36 and 1A. RGB value is (183,54,26). Sum of RGB (Red+Green+Blue) = 183+54+26=263 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.58% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 183 - color contains mainly: red. Hex color #B7361A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7361A is #48C9E5. Grayscale: #595959. Windows color (decimal): -4770278 or 1717943. OLE color: 1717943.

HSL color Cylindrical-coordinate representation of color #B7361A: hue angle of 10.7º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7361A is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 54 26 -
CMYK 0 0.70 0.86 0.28
HSL 10.7º 0.75% 0.41% -
HSV(B) 10.7º 0.86% 0.72% -
XYZ 21.03 12.78 2.34 -
YUV 89.38 92.24 194.78 -
System Red Green Blue C M Y K H S L
Decimal 183 54 26 0 0.70 0.86 0.28 10.7 0.75 0.41
Hex B7 36 1A 0 46 56 1C B 4B 29
Octal 267 66 32 0 106 126 34 13 113 51
Binary 10110111 110110 11010 0 1000110 1010110 11100 1011 1001011 101001

Color Harmonies of #B7361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7361A

Black with #B7361A

Text Example


Text Example

White with #B7361A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7361A; }

 p { color: rgb(183,54,26); }

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

background-color css

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

 a { background-color: rgb(183,54,26); }

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

border-color css

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

 span { border-color: rgb(183,54,26); }

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