Html Css Color HEX #B62F02 Rust

📋 copy color: '#B62F02'

red 182 ◦ green 47 ◦ blue 2

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

Shades of Rust #B62F02

Tints of Rust #B62F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.87%

R = 78.79%
G = 20.35%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B62F02 (or 0xB62F02) is known color: Rust. HEX triplet: B6, 2F and 02. RGB value is (182,47,2). Sum of RGB (Red+Green+Blue) = 182+47+2=231 (30% of max value = 765). Red value is 182 (71.48% from 255 or 78.79% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 182 - color contains mainly: red. Hex color #B62F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62F02 is #49D0FD. Grayscale: #525252. Windows color (decimal): -4837630 or 143286. OLE color: 143286.

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

Color convert

RGB 182 47 2 -
CMYK 0 0.74 0.99 0.29
HSL 15º 0.98% 0.36% -
HSV(B) 15º 0.99% 0.71% -
XYZ 20.32 11.98 1.3 -
YUV 82.24 82.73 199.16 -
System Red Green Blue C M Y K H S L
Decimal 182 47 2 0 0.74 0.99 0.29 15 0.98 0.36
Hex B6 2F 2 0 4A 63 1D F 62 24
Octal 266 57 2 0 112 143 35 17 142 44
Binary 10110110 101111 10 0 1001010 1100011 11101 1111 1100010 100100

Color Harmonies of #B62F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62F02

Black with #B62F02

Text Example


Text Example

White with #B62F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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