Html Css Color HEX #B63309 Rust

📋 copy color: '#B63309'

red 182 ◦ green 51 ◦ blue 9

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

Shades of Rust #B63309

Tints of Rust #B63309

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.07%

 BLUE value IS 9 (3.91% from 255) = 3.72%

R = 75.21%
G = 21.07%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B63309 (or 0xB63309) is known color: Rust. HEX triplet: B6, 33 and 09. RGB value is (182,51,9). Sum of RGB (Red+Green+Blue) = 182+51+9=242 (32% of max value = 765). Red value is 182 (71.48% from 255 or 75.21% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 182 - color contains mainly: red. Hex color #B63309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63309 is #49CCF6. Grayscale: #555555. Windows color (decimal): -4836599 or 603062. OLE color: 603062.

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

Color convert

RGB 182 51 9 -
CMYK 0 0.72 0.95 0.29
HSL 14.57º 0.91% 0.37% -
HSV(B) 14.57º 0.95% 0.71% -
XYZ 20.52 12.33 1.56 -
YUV 85.38 84.9 196.92 -
System Red Green Blue C M Y K H S L
Decimal 182 51 9 0 0.72 0.95 0.29 14.57 0.91 0.37
Hex B6 33 9 0 48 5F 1D F 5B 25
Octal 266 63 11 0 110 137 35 17 133 45
Binary 10110110 110011 1001 0 1001000 1011111 11101 1111 1011011 100101

Color Harmonies of #B63309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63309

Black with #B63309

Text Example


Text Example

White with #B63309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63309; }

 p { color: rgb(182,51,9); }

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

background-color css

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

 a { background-color: rgb(182,51,9); }

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

border-color css

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

 span { border-color: rgb(182,51,9); }

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