Html Css Color HEX #B62E04 Rust

📋 copy color: '#B62E04'

red 182 ◦ green 46 ◦ blue 4

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

Shades of Rust #B62E04

Tints of Rust #B62E04

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.83%

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

R = 78.45%
G = 19.83%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B62E04 (or 0xB62E04) is known color: Rust. HEX triplet: B6, 2E and 04. RGB value is (182,46,4). Sum of RGB (Red+Green+Blue) = 182+46+4=232 (30% of max value = 765). Red value is 182 (71.48% from 255 or 78.45% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 182 - color contains mainly: red. Hex color #B62E04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62E04 is #49D1FB. Grayscale: #525252. Windows color (decimal): -4837884 or 274102. OLE color: 274102.

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

Color convert

RGB 182 46 4 -
CMYK 0 0.75 0.98 0.29
HSL 14.16º 0.96% 0.36% -
HSV(B) 14.16º 0.98% 0.71% -
XYZ 20.29 11.91 1.34 -
YUV 81.88 84.06 199.42 -
System Red Green Blue C M Y K H S L
Decimal 182 46 4 0 0.75 0.98 0.29 14.16 0.96 0.36
Hex B6 2E 4 0 4B 62 1D E 60 24
Octal 266 56 4 0 113 142 35 16 140 44
Binary 10110110 101110 100 0 1001011 1100010 11101 1110 1100000 100100

Color Harmonies of #B62E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62E04

Black with #B62E04

Text Example


Text Example

White with #B62E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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