Html Css Color HEX #B63004 Rust

📋 copy color: '#B63004'

red 182 ◦ green 48 ◦ blue 4

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

Shades of Rust #B63004

Tints of Rust #B63004

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.51%

 BLUE value IS 4 (1.95% from 255) = 1.71%

R = 77.78%
G = 20.51%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B63004 (or 0xB63004) is known color: Rust. HEX triplet: B6, 30 and 04. RGB value is (182,48,4). Sum of RGB (Red+Green+Blue) = 182+48+4=234 (30% of max value = 765). Red value is 182 (71.48% from 255 or 77.78% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 182 - color contains mainly: red. Hex color #B63004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63004 is #49CFFB. Grayscale: #535353. Windows color (decimal): -4837372 or 274614. OLE color: 274614.

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

Color convert

RGB 182 48 4 -
CMYK 0 0.74 0.98 0.29
HSL 14.83º 0.96% 0.36% -
HSV(B) 14.83º 0.98% 0.71% -
XYZ 20.37 12.07 1.37 -
YUV 83.05 83.39 198.58 -
System Red Green Blue C M Y K H S L
Decimal 182 48 4 0 0.74 0.98 0.29 14.83 0.96 0.36
Hex B6 30 4 0 4A 62 1D F 60 24
Octal 266 60 4 0 112 142 35 17 140 44
Binary 10110110 110000 100 0 1001010 1100010 11101 1111 1100000 100100

Color Harmonies of #B63004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63004

Black with #B63004

Text Example


Text Example

White with #B63004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63004; }

 p { color: rgb(182,48,4); }

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

background-color css

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

 a { background-color: rgb(182,48,4); }

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

border-color css

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

 span { border-color: rgb(182,48,4); }

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