Html Css Color HEX #B62901 Rust

📋 copy color: '#B62901'

red 182 ◦ green 41 ◦ blue 1

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

Shades of Rust #B62901

Tints of Rust #B62901

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.3%

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

R = 81.25%
G = 18.3%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B62901 (or 0xB62901) is known color: Rust. HEX triplet: B6, 29 and 01. RGB value is (182,41,1). Sum of RGB (Red+Green+Blue) = 182+41+1=224 (29% of max value = 765). Red value is 182 (71.48% from 255 or 81.25% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 182 - color contains mainly: red. Hex color #B62901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62901 is #49D6FE. Grayscale: #4E4E4E. Windows color (decimal): -4839167 or 76214. OLE color: 76214.

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

Color convert

RGB 182 41 1 -
CMYK 0 0.77 0.99 0.29
HSL 13.26º 0.99% 0.36% -
HSV(B) 13.26º 0.99% 0.71% -
XYZ 20.09 11.53 1.2 -
YUV 78.6 84.21 201.75 -
System Red Green Blue C M Y K H S L
Decimal 182 41 1 0 0.77 0.99 0.29 13.26 0.99 0.36
Hex B6 29 1 0 4D 63 1D D 63 24
Octal 266 51 1 0 115 143 35 15 143 44
Binary 10110110 101001 1 0 1001101 1100011 11101 1101 1100011 100100

Color Harmonies of #B62901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62901

Black with #B62901

Text Example


Text Example

White with #B62901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62901; }

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

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

background-color css

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

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

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

border-color css

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

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

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