Html Css Color HEX #B22502 Rust

📋 copy color: '#B22502'

red 178 ◦ green 37 ◦ blue 2

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

Shades of Rust #B22502

Tints of Rust #B22502

RGB

 RED value IS 178 (69.92% from 255) = 82.03%

 GREEN value IS 37 (14.84% from 255) = 17.05%

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

R = 82.03%
G = 17.05%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B22502 (or 0xB22502) is known color: Rust. HEX triplet: B2, 25 and 02. RGB value is (178,37,2). Sum of RGB (Red+Green+Blue) = 178+37+2=217 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.03% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 178 - color contains mainly: red. Hex color #B22502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22502 is #4DDAFD. Grayscale: #4B4B4B. Windows color (decimal): -5102334 or 140722. OLE color: 140722.

HSL color Cylindrical-coordinate representation of color #B22502: hue angle of 11.93º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B22502 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 37 2 -
CMYK 0 0.79 0.99 0.30
HSL 11.93º 0.98% 0.35% -
HSV(B) 11.93º 0.99% 0.7% -
XYZ 19.03 10.79 1.14 -
YUV 75.17 86.71 201.35 -
System Red Green Blue C M Y K H S L
Decimal 178 37 2 0 0.79 0.99 0.30 11.93 0.98 0.35
Hex B2 25 2 0 4F 63 1E C 62 23
Octal 262 45 2 0 117 143 36 14 142 43
Binary 10110010 100101 10 0 1001111 1100011 11110 1100 1100010 100011

Color Harmonies of #B22502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22502

Black with #B22502

Text Example


Text Example

White with #B22502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22502; }

 p { color: rgb(178,37,2); }

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

background-color css

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

 a { background-color: rgb(178,37,2); }

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

border-color css

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

 span { border-color: rgb(178,37,2); }

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