Html Css Color HEX #B33A09 Rust

📋 copy color: '#B33A09'

red 179 ◦ green 58 ◦ blue 9

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

Shades of Rust #B33A09

Tints of Rust #B33A09

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.58%

 BLUE value IS 9 (3.91% from 255) = 3.66%

R = 72.76%
G = 23.58%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#B33A09 (or 0xB33A09) is known color: Rust. HEX triplet: B3, 3A and 09. RGB value is (179,58,9). Sum of RGB (Red+Green+Blue) = 179+58+9=246 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.76% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33A09 is #4CC5F6. Grayscale: #585858. Windows color (decimal): -5031415 or 604851. OLE color: 604851.

HSL color Cylindrical-coordinate representation of color #B33A09: hue angle of 17.29º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B33A09 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 58 9 -
CMYK 0 0.68 0.95 0.30
HSL 17.29º 0.9% 0.37% -
HSV(B) 17.29º 0.95% 0.7% -
XYZ 20.15 12.63 1.63 -
YUV 88.59 83.09 192.48 -
System Red Green Blue C M Y K H S L
Decimal 179 58 9 0 0.68 0.95 0.30 17.29 0.9 0.37
Hex B3 3A 9 0 44 5F 1E 11 5A 25
Octal 263 72 11 0 104 137 36 21 132 45
Binary 10110011 111010 1001 0 1000100 1011111 11110 10001 1011010 100101

Color Harmonies of #B33A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33A09

Black with #B33A09

Text Example


Text Example

White with #B33A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33A09; }

 p { color: rgb(179,58,9); }

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

background-color css

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

 a { background-color: rgb(179,58,9); }

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

border-color css

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

 span { border-color: rgb(179,58,9); }

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