Html Css Color HEX #B63702 Rust

📋 copy color: '#B63702'

red 182 ◦ green 55 ◦ blue 2

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

Shades of Rust #B63702

Tints of Rust #B63702

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.01%

 BLUE value IS 2 (1.17% from 255) = 0.84%

R = 76.15%
G = 23.01%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B63702 (or 0xB63702) is known color: Rust. HEX triplet: B6, 37 and 02. RGB value is (182,55,2). Sum of RGB (Red+Green+Blue) = 182+55+2=239 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.15% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 182 - color contains mainly: red. Hex color #B63702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63702 is #49C8FD. Grayscale: #575757. Windows color (decimal): -4835582 or 145334. OLE color: 145334.

HSL color Cylindrical-coordinate representation of color #B63702: hue angle of 17.67º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B63702 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 55 2 -
CMYK 0 0.70 0.99 0.29
HSL 17.67º 0.98% 0.36% -
HSV(B) 17.67º 0.99% 0.71% -
XYZ 20.67 12.68 1.42 -
YUV 86.93 80.08 195.81 -
System Red Green Blue C M Y K H S L
Decimal 182 55 2 0 0.70 0.99 0.29 17.67 0.98 0.36
Hex B6 37 2 0 46 63 1D 12 62 24
Octal 266 67 2 0 106 143 35 22 142 44
Binary 10110110 110111 10 0 1000110 1100011 11101 10010 1100010 100100

Color Harmonies of #B63702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63702

Black with #B63702

Text Example


Text Example

White with #B63702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63702; }

 p { color: rgb(182,55,2); }

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

background-color css

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

 a { background-color: rgb(182,55,2); }

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

border-color css

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

 span { border-color: rgb(182,55,2); }

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