Html Css Color HEX #B33A01 Rust

📋 copy color: '#B33A01'

red 179 ◦ green 58 ◦ blue 1

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

Shades of Rust #B33A01

Tints of Rust #B33A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 75.21%
G = 24.37%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B33A01 (or 0xB33A01) is known color: Rust. HEX triplet: B3, 3A and 01. RGB value is (179,58,1). Sum of RGB (Red+Green+Blue) = 179+58+1=238 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.21% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33A01 is #4CC5FE. Grayscale: #585858. Windows color (decimal): -5031423 or 80563. OLE color: 80563.

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

Color convert

RGB 179 58 1 -
CMYK 0 0.68 0.99 0.30
HSL 19.21º 0.99% 0.35% -
HSV(B) 19.21º 0.99% 0.7% -
XYZ 20.11 12.61 1.4 -
YUV 87.68 79.09 193.13 -
System Red Green Blue C M Y K H S L
Decimal 179 58 1 0 0.68 0.99 0.30 19.21 0.99 0.35
Hex B3 3A 1 0 44 63 1E 13 63 23
Octal 263 72 1 0 104 143 36 23 143 43
Binary 10110011 111010 1 0 1000100 1100011 11110 10011 1100011 100011

Color Harmonies of #B33A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33A01

Black with #B33A01

Text Example


Text Example

White with #B33A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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