Html Css Color HEX #B62C01 Rust

📋 copy color: '#B62C01'

red 182 ◦ green 44 ◦ blue 1

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

Shades of Rust #B62C01

Tints of Rust #B62C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 80.18%
G = 19.38%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B62C01 (or 0xB62C01) is known color: Rust. HEX triplet: B6, 2C and 01. RGB value is (182,44,1). Sum of RGB (Red+Green+Blue) = 182+44+1=227 (30% of max value = 765). Red value is 182 (71.48% from 255 or 80.18% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 182 - color contains mainly: red. Hex color #B62C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62C01 is #49D3FE. Grayscale: #505050. Windows color (decimal): -4838399 or 76982. OLE color: 76982.

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

Color convert

RGB 182 44 1 -
CMYK 0 0.76 0.99 0.29
HSL 14.25º 0.99% 0.36% -
HSV(B) 14.25º 0.99% 0.71% -
XYZ 20.2 11.75 1.23 -
YUV 80.36 83.22 200.5 -
System Red Green Blue C M Y K H S L
Decimal 182 44 1 0 0.76 0.99 0.29 14.25 0.99 0.36
Hex B6 2C 1 0 4C 63 1D E 63 24
Octal 266 54 1 0 114 143 35 16 143 44
Binary 10110110 101100 1 0 1001100 1100011 11101 1110 1100011 100100

Color Harmonies of #B62C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62C01

Black with #B62C01

Text Example


Text Example

White with #B62C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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