Html Css Color HEX #B13804 Rust

📋 copy color: '#B13804'

red 177 ◦ green 56 ◦ blue 4

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

Shades of Rust #B13804

Tints of Rust #B13804

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.63%

 BLUE value IS 4 (1.95% from 255) = 1.69%

R = 74.68%
G = 23.63%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B13804 (or 0xB13804) is known color: Rust. HEX triplet: B1, 38 and 04. RGB value is (177,56,4). Sum of RGB (Red+Green+Blue) = 177+56+4=237 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.68% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 177 - color contains mainly: red. Hex color #B13804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13804 is #4EC7FB. Grayscale: #565656. Windows color (decimal): -5163004 or 276657. OLE color: 276657.

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

Color convert

RGB 177 56 4 -
CMYK 0 0.68 0.98 0.31
HSL 18.03º 0.96% 0.35% -
HSV(B) 18.03º 0.98% 0.69% -
XYZ 19.57 12.18 1.44 -
YUV 86.25 81.59 192.73 -
System Red Green Blue C M Y K H S L
Decimal 177 56 4 0 0.68 0.98 0.31 18.03 0.96 0.35
Hex B1 38 4 0 44 62 1F 12 60 23
Octal 261 70 4 0 104 142 37 22 140 43
Binary 10110001 111000 100 0 1000100 1100010 11111 10010 1100000 100011

Color Harmonies of #B13804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13804

Black with #B13804

Text Example


Text Example

White with #B13804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13804; }

 p { color: rgb(177,56,4); }

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

background-color css

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

 a { background-color: rgb(177,56,4); }

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

border-color css

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

 span { border-color: rgb(177,56,4); }

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