Html Css Color HEX #B63B08 Rust

📋 copy color: '#B63B08'

red 182 ◦ green 59 ◦ blue 8

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

Shades of Rust #B63B08

Tints of Rust #B63B08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.21%

R = 73.09%
G = 23.69%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B63B08 (or 0xB63B08) is known color: Rust. HEX triplet: B6, 3B and 08. RGB value is (182,59,8). Sum of RGB (Red+Green+Blue) = 182+59+8=249 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.09% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 182 - color contains mainly: red. Hex color #B63B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63B08 is #49C4F7. Grayscale: #5A5A5A. Windows color (decimal): -4834552 or 539574. OLE color: 539574.

HSL color Cylindrical-coordinate representation of color #B63B08: hue angle of 17.59º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B63B08 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 59 8 -
CMYK 0 0.68 0.96 0.29
HSL 17.59º 0.92% 0.37% -
HSV(B) 17.59º 0.96% 0.71% -
XYZ 20.9 13.09 1.65 -
YUV 89.96 81.75 193.65 -
System Red Green Blue C M Y K H S L
Decimal 182 59 8 0 0.68 0.96 0.29 17.59 0.92 0.37
Hex B6 3B 8 0 44 60 1D 12 5C 25
Octal 266 73 10 0 104 140 35 22 134 45
Binary 10110110 111011 1000 0 1000100 1100000 11101 10010 1011100 100101

Color Harmonies of #B63B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63B08

Black with #B63B08

Text Example


Text Example

White with #B63B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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