Html Css Color HEX #B63C08 Rust

📋 copy color: '#B63C08'

red 182 ◦ green 60 ◦ blue 8

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

Shades of Rust #B63C08

Tints of Rust #B63C08

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24%

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

R = 72.8%
G = 24%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B63C08 (or 0xB63C08) is known color: Rust. HEX triplet: B6, 3C and 08. RGB value is (182,60,8). Sum of RGB (Red+Green+Blue) = 182+60+8=250 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.8% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63C08 is #49C3F7. Grayscale: #5A5A5A. Windows color (decimal): -4834296 or 539830. OLE color: 539830.

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

Color convert

RGB 182 60 8 -
CMYK 0 0.67 0.96 0.29
HSL 17.93º 0.92% 0.37% -
HSV(B) 17.93º 0.96% 0.71% -
XYZ 20.95 13.19 1.67 -
YUV 90.55 81.42 193.23 -
System Red Green Blue C M Y K H S L
Decimal 182 60 8 0 0.67 0.96 0.29 17.93 0.92 0.37
Hex B6 3C 8 0 43 60 1D 12 5C 25
Octal 266 74 10 0 103 140 35 22 134 45
Binary 10110110 111100 1000 0 1000011 1100000 11101 10010 1011100 100101

Color Harmonies of #B63C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C08

Black with #B63C08

Text Example


Text Example

White with #B63C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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