Html Css Color HEX #B63B02 Rust

📋 copy color: '#B63B02'

red 182 ◦ green 59 ◦ blue 2

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

Shades of Rust #B63B02

Tints of Rust #B63B02

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.28%

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

R = 74.9%
G = 24.28%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B63B02 (or 0xB63B02) is known color: Rust. HEX triplet: B6, 3B and 02. RGB value is (182,59,2). Sum of RGB (Red+Green+Blue) = 182+59+2=243 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.90% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 182 - color contains mainly: red. Hex color #B63B02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63B02 is #49C4FD. Grayscale: #595959. Windows color (decimal): -4834558 or 146358. OLE color: 146358.

HSL color Cylindrical-coordinate representation of color #B63B02: hue angle of 19º 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 #B63B02 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 59 2 -
CMYK 0 0.68 0.99 0.29
HSL 19º 0.98% 0.36% -
HSV(B) 19º 0.99% 0.71% -
XYZ 20.87 13.08 1.48 -
YUV 89.28 78.75 194.13 -
System Red Green Blue C M Y K H S L
Decimal 182 59 2 0 0.68 0.99 0.29 19 0.98 0.36
Hex B6 3B 2 0 44 63 1D 13 62 24
Octal 266 73 2 0 104 143 35 23 142 44
Binary 10110110 111011 10 0 1000100 1100011 11101 10011 1100010 100100

Color Harmonies of #B63B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63B02

Black with #B63B02

Text Example


Text Example

White with #B63B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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