Html Css Color HEX #B7360A Rust

📋 copy color: '#B7360A'

red 183 ◦ green 54 ◦ blue 10

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

Shades of Rust #B7360A

Tints of Rust #B7360A

RGB

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

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

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

R = 74.09%
G = 21.86%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B7360A (or 0xB7360A) is known color: Rust. HEX triplet: B7, 36 and 0A. RGB value is (183,54,10). Sum of RGB (Red+Green+Blue) = 183+54+10=247 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.09% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 183 - color contains mainly: red. Hex color #B7360A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7360A is #48C9F5. Grayscale: #575757. Windows color (decimal): -4770294 or 669367. OLE color: 669367.

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

Color convert

RGB 183 54 10 -
CMYK 0 0.70 0.95 0.28
HSL 15.26º 0.9% 0.38% -
HSV(B) 15.26º 0.95% 0.72% -
XYZ 20.9 12.73 1.64 -
YUV 87.56 84.24 196.08 -
System Red Green Blue C M Y K H S L
Decimal 183 54 10 0 0.70 0.95 0.28 15.26 0.9 0.38
Hex B7 36 A 0 46 5F 1C F 5A 26
Octal 267 66 12 0 106 137 34 17 132 46
Binary 10110111 110110 1010 0 1000110 1011111 11100 1111 1011010 100110

Color Harmonies of #B7360A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7360A

Black with #B7360A

Text Example


Text Example

White with #B7360A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7360A; }

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

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

background-color css

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

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

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

border-color css

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

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

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