Html Css Color HEX #B62C04 Rust

📋 copy color: '#B62C04'

red 182 ◦ green 44 ◦ blue 4

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

Shades of Rust #B62C04

Tints of Rust #B62C04

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.13%

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

R = 79.13%
G = 19.13%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B62C04 (or 0xB62C04) is known color: Rust. HEX triplet: B6, 2C and 04. RGB value is (182,44,4). Sum of RGB (Red+Green+Blue) = 182+44+4=230 (30% of max value = 765). Red value is 182 (71.48% from 255 or 79.13% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 182 - color contains mainly: red. Hex color #B62C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62C04 is #49D3FB. Grayscale: #515151. Windows color (decimal): -4838396 or 273590. OLE color: 273590.

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

Color convert

RGB 182 44 4 -
CMYK 0 0.76 0.98 0.29
HSL 13.48º 0.96% 0.36% -
HSV(B) 13.48º 0.98% 0.71% -
XYZ 20.21 11.76 1.32 -
YUV 80.7 84.72 200.25 -
System Red Green Blue C M Y K H S L
Decimal 182 44 4 0 0.76 0.98 0.29 13.48 0.96 0.36
Hex B6 2C 4 0 4C 62 1D D 60 24
Octal 266 54 4 0 114 142 35 15 140 44
Binary 10110110 101100 100 0 1001100 1100010 11101 1101 1100000 100100

Color Harmonies of #B62C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62C04

Black with #B62C04

Text Example


Text Example

White with #B62C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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