Html Css Color HEX #B22E03 Rust

📋 copy color: '#B22E03'

red 178 ◦ green 46 ◦ blue 3

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

Shades of Rust #B22E03

Tints of Rust #B22E03

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.26%

 BLUE value IS 3 (1.56% from 255) = 1.32%

R = 78.41%
G = 20.26%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B22E03 (or 0xB22E03) is known color: Rust. HEX triplet: B2, 2E and 03. RGB value is (178,46,3). Sum of RGB (Red+Green+Blue) = 178+46+3=227 (30% of max value = 765). Red value is 178 (69.92% from 255 or 78.41% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 3 (1.56% from 255 or 1.32% from 227); Max value from RGB is 178 - color contains mainly: red. Hex color #B22E03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22E03 is #4DD1FC. Grayscale: #505050. Windows color (decimal): -5100029 or 208562. OLE color: 208562.

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

Color convert

RGB 178 46 3 -
CMYK 0 0.74 0.98 0.30
HSL 14.74º 0.97% 0.35% -
HSV(B) 14.74º 0.98% 0.7% -
XYZ 19.35 11.43 1.27 -
YUV 80.57 84.23 197.5 -
System Red Green Blue C M Y K H S L
Decimal 178 46 3 0 0.74 0.98 0.30 14.74 0.97 0.35
Hex B2 2E 3 0 4A 62 1E F 61 23
Octal 262 56 3 0 112 142 36 17 141 43
Binary 10110010 101110 11 0 1001010 1100010 11110 1111 1100001 100011

Color Harmonies of #B22E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22E03

Black with #B22E03

Text Example


Text Example

White with #B22E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22E03; }

 p { color: rgb(178,46,3); }

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

background-color css

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

 a { background-color: rgb(178,46,3); }

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

border-color css

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

 span { border-color: rgb(178,46,3); }

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