Html Css Color HEX #B33E0D Rust

📋 copy color: '#B33E0D'

red 179 ◦ green 62 ◦ blue 13

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

Shades of Rust #B33E0D

Tints of Rust #B33E0D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.41%

 BLUE value IS 13 (5.47% from 255) = 5.12%

R = 70.47%
G = 24.41%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B33E0D (or 0xB33E0D) is known color: Rust. HEX triplet: B3, 3E and 0D. RGB value is (179,62,13). Sum of RGB (Red+Green+Blue) = 179+62+13=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 62 (24.61% from 255 or 24.41% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33E0D is #4CC1F2. Grayscale: #5B5B5B. Windows color (decimal): -5030387 or 868019. OLE color: 868019.

HSL color Cylindrical-coordinate representation of color #B33E0D: hue angle of 17.71º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B33E0D is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 62 13 -
CMYK 0 0.65 0.93 0.30
HSL 17.71º 0.86% 0.38% -
HSV(B) 17.71º 0.93% 0.7% -
XYZ 20.39 13.06 1.83 -
YUV 91.4 83.76 190.48 -
System Red Green Blue C M Y K H S L
Decimal 179 62 13 0 0.65 0.93 0.30 17.71 0.86 0.38
Hex B3 3E D 0 41 5D 1E 12 56 26
Octal 263 76 15 0 101 135 36 22 126 46
Binary 10110011 111110 1101 0 1000001 1011101 11110 10010 1010110 100110

Color Harmonies of #B33E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33E0D

Black with #B33E0D

Text Example


Text Example

White with #B33E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33E0D; }

 p { color: rgb(179,62,13); }

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

background-color css

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

 a { background-color: rgb(179,62,13); }

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

border-color css

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

 span { border-color: rgb(179,62,13); }

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