Html Css Color HEX #B14003 Rust

📋 copy color: '#B14003'

red 177 ◦ green 64 ◦ blue 3

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

Shades of Rust #B14003

Tints of Rust #B14003

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.23%

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

R = 72.54%
G = 26.23%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B14003 (or 0xB14003) is known color: Rust. HEX triplet: B1, 40 and 03. RGB value is (177,64,3). Sum of RGB (Red+Green+Blue) = 177+64+3=244 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.54% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 177 - color contains mainly: red. Hex color #B14003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14003 is #4EBFFC. Grayscale: #5B5B5B. Windows color (decimal): -5160957 or 213169. OLE color: 213169.

HSL color Cylindrical-coordinate representation of color #B14003: hue angle of 21.03º 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 #B14003 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 64 3 -
CMYK 0 0.64 0.98 0.31
HSL 21.03º 0.97% 0.35% -
HSV(B) 21.03º 0.98% 0.69% -
XYZ 19.98 13.02 1.55 -
YUV 90.83 78.44 189.46 -
System Red Green Blue C M Y K H S L
Decimal 177 64 3 0 0.64 0.98 0.31 21.03 0.97 0.35
Hex B1 40 3 0 40 62 1F 15 61 23
Octal 261 100 3 0 100 142 37 25 141 43
Binary 10110001 1000000 11 0 1000000 1100010 11111 10101 1100001 100011

Color Harmonies of #B14003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14003

Black with #B14003

Text Example


Text Example

White with #B14003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14003; }

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

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

background-color css

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

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

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

border-color css

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

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

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