Html Css Color HEX #B33800 Rust

📋 copy color: '#B33800'

red 179 ◦ green 56 ◦ blue 0

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

Shades of Rust #B33800

Tints of Rust #B33800

RGB

 RED value IS 179 (70.31% from 255) = 76.17%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.17%
G = 23.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B33800 (or 0xB33800) is known color: Rust. HEX triplet: B3, 38 and 00. RGB value is (179,56,0). Sum of RGB (Red+Green+Blue) = 179+56+0=235 (31% of max value = 765). Red value is 179 (70.31% from 255 or 76.17% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 179 - color contains mainly: red. Hex color #B33800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33800 is #4CC7FF. Grayscale: #565656. Windows color (decimal): -5031936 or 14515. OLE color: 14515.

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

Color convert

RGB 179 56 0 -
CMYK 0 0.69 1 0.30
HSL 18.77º 1% 0.35% -
HSV(B) 18.77º 1% 0.7% -
XYZ 20 12.41 1.34 -
YUV 86.39 79.25 194.05 -
System Red Green Blue C M Y K H S L
Decimal 179 56 0 0 0.69 1 0.30 18.77 1 0.35
Hex B3 38 0 0 45 64 1E 13 64 23
Octal 263 70 0 0 105 144 36 23 144 43
Binary 10110011 111000 0 0 1000101 1100100 11110 10011 1100100 100011

Color Harmonies of #B33800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33800

Black with #B33800

Text Example


Text Example

White with #B33800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33800; }

 p { color: rgb(179,56,0); }

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

background-color css

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

 a { background-color: rgb(179,56,0); }

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

border-color css

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

 span { border-color: rgb(179,56,0); }

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