Html Css Color HEX #B22501 Rust

📋 copy color: '#B22501'

red 178 ◦ green 37 ◦ blue 1

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

Shades of Rust #B22501

Tints of Rust #B22501

RGB

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

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

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

R = 82.41%
G = 17.13%
B = 0.46%

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

#B22501 (or 0xB22501) is known color: Rust. HEX triplet: B2, 25 and 01. RGB value is (178,37,1). Sum of RGB (Red+Green+Blue) = 178+37+1=216 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.41% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 178 - color contains mainly: red. Hex color #B22501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22501 is #4DDAFE. Grayscale: #4B4B4B. Windows color (decimal): -5102335 or 75186. OLE color: 75186.

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

Color convert

RGB 178 37 1 -
CMYK 0 0.79 0.99 0.30
HSL 12.2º 0.99% 0.35% -
HSV(B) 12.2º 0.99% 0.7% -
XYZ 19.03 10.79 1.11 -
YUV 75.06 86.21 201.43 -
System Red Green Blue C M Y K H S L
Decimal 178 37 1 0 0.79 0.99 0.30 12.2 0.99 0.35
Hex B2 25 1 0 4F 63 1E C 63 23
Octal 262 45 1 0 117 143 36 14 143 43
Binary 10110010 100101 1 0 1001111 1100011 11110 1100 1100011 100011

Color Harmonies of #B22501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22501

Black with #B22501

Text Example


Text Example

White with #B22501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22501; }

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

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

background-color css

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

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

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

border-color css

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

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

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