Html Css Color HEX #B22500 Rust

📋 copy color: '#B22500'

red 178 ◦ green 37 ◦ blue 0

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

Shades of Rust #B22500

Tints of Rust #B22500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.79%
G = 17.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B22500 (or 0xB22500) is known color: Rust. HEX triplet: B2, 25 and 00. RGB value is (178,37,0). Sum of RGB (Red+Green+Blue) = 178+37+0=215 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.79% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 178 - color contains mainly: red. Hex color #B22500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22500 is #4DDAFF. Grayscale: #4B4B4B. Windows color (decimal): -5102336 or 9650. OLE color: 9650.

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

Color convert

RGB 178 37 0 -
CMYK 0 0.79 1 0.30
HSL 12.47º 1% 0.35% -
HSV(B) 12.47º 1% 0.7% -
XYZ 19.02 10.79 1.08 -
YUV 74.94 85.71 201.51 -
System Red Green Blue C M Y K H S L
Decimal 178 37 0 0 0.79 1 0.30 12.47 1 0.35
Hex B2 25 0 0 4F 64 1E C 64 23
Octal 262 45 0 0 117 144 36 14 144 43
Binary 10110010 100101 0 0 1001111 1100100 11110 1100 1100100 100011

Color Harmonies of #B22500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22500

Black with #B22500

Text Example


Text Example

White with #B22500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22500; }

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

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

background-color css

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

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

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

border-color css

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

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

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