Html Css Color HEX #B33409 Rust

📋 copy color: '#B33409'

red 179 ◦ green 52 ◦ blue 9

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

Shades of Rust #B33409

Tints of Rust #B33409

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.67%

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

R = 74.58%
G = 21.67%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#B33409 (or 0xB33409) is known color: Rust. HEX triplet: B3, 34 and 09. RGB value is (179,52,9). Sum of RGB (Red+Green+Blue) = 179+52+9=240 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.58% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 179 - color contains mainly: red. Hex color #B33409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33409 is #4CCBF6. Grayscale: #555555. Windows color (decimal): -5032951 or 603315. OLE color: 603315.

HSL color Cylindrical-coordinate representation of color #B33409: hue angle of 15.18º 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 #B33409 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 52 9 -
CMYK 0 0.71 0.95 0.30
HSL 15.18º 0.9% 0.37% -
HSV(B) 15.18º 0.95% 0.7% -
XYZ 19.87 12.06 1.54 -
YUV 85.07 85.08 195 -
System Red Green Blue C M Y K H S L
Decimal 179 52 9 0 0.71 0.95 0.30 15.18 0.9 0.37
Hex B3 34 9 0 47 5F 1E F 5A 25
Octal 263 64 11 0 107 137 36 17 132 45
Binary 10110011 110100 1001 0 1000111 1011111 11110 1111 1011010 100101

Color Harmonies of #B33409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33409

Black with #B33409

Text Example


Text Example

White with #B33409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33409; }

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

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

background-color css

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

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

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

border-color css

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

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

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