Html Css Color HEX #B03816 Rust

📋 copy color: '#B03816'

red 176 ◦ green 56 ◦ blue 22

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

Shades of Rust #B03816

Tints of Rust #B03816

RGB

 RED value IS 176 (69.14% from 255) = 69.29%

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

 BLUE value IS 22 (8.98% from 255) = 8.66%

R = 69.29%
G = 22.05%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B03816 (or 0xB03816) is known color: Rust. HEX triplet: B0, 38 and 16. RGB value is (176,56,22). Sum of RGB (Red+Green+Blue) = 176+56+22=254 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.29% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 176 - color contains mainly: red. Hex color #B03816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03816 is #4FC7E9. Grayscale: #585858. Windows color (decimal): -5228522 or 1456304. OLE color: 1456304.

HSL color Cylindrical-coordinate representation of color #B03816: hue angle of 13.25º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B03816 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 56 22 -
CMYK 0 0.68 0.88 0.31
HSL 13.25º 0.78% 0.39% -
HSV(B) 13.25º 0.88% 0.69% -
XYZ 19.46 12.12 2.07 -
YUV 88 90.76 190.76 -
System Red Green Blue C M Y K H S L
Decimal 176 56 22 0 0.68 0.88 0.31 13.25 0.78 0.39
Hex B0 38 16 0 44 58 1F D 4E 27
Octal 260 70 26 0 104 130 37 15 116 47
Binary 10110000 111000 10110 0 1000100 1011000 11111 1101 1001110 100111

Color Harmonies of #B03816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03816

Black with #B03816

Text Example


Text Example

White with #B03816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03816; }

 p { color: rgb(176,56,22); }

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

background-color css

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

 a { background-color: rgb(176,56,22); }

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

border-color css

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

 span { border-color: rgb(176,56,22); }

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