Html Css Color HEX #B62F0A Rust

📋 copy color: '#B62F0A'

red 182 ◦ green 47 ◦ blue 10

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

Shades of Rust #B62F0A

Tints of Rust #B62F0A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.67%

 BLUE value IS 10 (4.3% from 255) = 4.18%

R = 76.15%
G = 19.67%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B62F0A (or 0xB62F0A) is known color: Rust. HEX triplet: B6, 2F and 0A. RGB value is (182,47,10). Sum of RGB (Red+Green+Blue) = 182+47+10=239 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.15% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 182 - color contains mainly: red. Hex color #B62F0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62F0A is #49D0F5. Grayscale: #535353. Windows color (decimal): -4837622 or 667574. OLE color: 667574.

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

Color convert

RGB 182 47 10 -
CMYK 0 0.74 0.95 0.29
HSL 12.91º 0.9% 0.38% -
HSV(B) 12.91º 0.95% 0.71% -
XYZ 20.36 12 1.53 -
YUV 83.15 86.73 198.51 -
System Red Green Blue C M Y K H S L
Decimal 182 47 10 0 0.74 0.95 0.29 12.91 0.9 0.38
Hex B6 2F A 0 4A 5F 1D D 5A 26
Octal 266 57 12 0 112 137 35 15 132 46
Binary 10110110 101111 1010 0 1001010 1011111 11101 1101 1011010 100110

Color Harmonies of #B62F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62F0A

Black with #B62F0A

Text Example


Text Example

White with #B62F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62F0A; }

 p { color: rgb(182,47,10); }

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

background-color css

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

 a { background-color: rgb(182,47,10); }

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

border-color css

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

 span { border-color: rgb(182,47,10); }

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