Html Css Color HEX #B22601 Rust

📋 copy color: '#B22601'

red 178 ◦ green 38 ◦ blue 1

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

Shades of Rust #B22601

Tints of Rust #B22601

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.51%

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

R = 82.03%
G = 17.51%
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

#B22601 (or 0xB22601) is known color: Rust. HEX triplet: B2, 26 and 01. RGB value is (178,38,1). Sum of RGB (Red+Green+Blue) = 178+38+1=217 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.03% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 178 - color contains mainly: red. Hex color #B22601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22601 is #4DD9FE. Grayscale: #4B4B4B. Windows color (decimal): -5102079 or 75442. OLE color: 75442.

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

Color convert

RGB 178 38 1 -
CMYK 0 0.79 0.99 0.30
HSL 12.54º 0.99% 0.35% -
HSV(B) 12.54º 0.99% 0.7% -
XYZ 19.06 10.85 1.12 -
YUV 75.64 85.88 201.01 -
System Red Green Blue C M Y K H S L
Decimal 178 38 1 0 0.79 0.99 0.30 12.54 0.99 0.35
Hex B2 26 1 0 4F 63 1E D 63 23
Octal 262 46 1 0 117 143 36 15 143 43
Binary 10110010 100110 1 0 1001111 1100011 11110 1101 1100011 100011

Color Harmonies of #B22601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22601

Black with #B22601

Text Example


Text Example

White with #B22601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22601; }

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

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

background-color css

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

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

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

border-color css

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

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

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