Html Css Color HEX #B12C03 Rust

📋 copy color: '#B12C03'

red 177 ◦ green 44 ◦ blue 3

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

Shades of Rust #B12C03

Tints of Rust #B12C03

RGB

 RED value IS 177 (69.53% from 255) = 79.02%

 GREEN value IS 44 (17.58% from 255) = 19.64%

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

R = 79.02%
G = 19.64%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B12C03 (or 0xB12C03) is known color: Rust. HEX triplet: B1, 2C and 03. RGB value is (177,44,3). Sum of RGB (Red+Green+Blue) = 177+44+3=224 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.02% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 177 - color contains mainly: red. Hex color #B12C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12C03 is #4ED3FC. Grayscale: #4F4F4F. Windows color (decimal): -5166077 or 208049. OLE color: 208049.

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

Color convert

RGB 177 44 3 -
CMYK 0 0.75 0.98 0.31
HSL 14.14º 0.97% 0.35% -
HSV(B) 14.14º 0.98% 0.69% -
XYZ 19.05 11.16 1.24 -
YUV 79.09 85.06 197.83 -
System Red Green Blue C M Y K H S L
Decimal 177 44 3 0 0.75 0.98 0.31 14.14 0.97 0.35
Hex B1 2C 3 0 4B 62 1F E 61 23
Octal 261 54 3 0 113 142 37 16 141 43
Binary 10110001 101100 11 0 1001011 1100010 11111 1110 1100001 100011

Color Harmonies of #B12C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12C03

Black with #B12C03

Text Example


Text Example

White with #B12C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12C03; }

 p { color: rgb(177,44,3); }

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

background-color css

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

 a { background-color: rgb(177,44,3); }

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

border-color css

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

 span { border-color: rgb(177,44,3); }

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