Html Css Color HEX #B0330A Rust

📋 copy color: '#B0330A'

red 176 ◦ green 51 ◦ blue 10

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

Shades of Rust #B0330A

Tints of Rust #B0330A

RGB

 RED value IS 176 (69.14% from 255) = 74.26%

 GREEN value IS 51 (20.31% from 255) = 21.52%

 BLUE value IS 10 (4.3% from 255) = 4.22%

R = 74.26%
G = 21.52%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B0330A (or 0xB0330A) is known color: Rust. HEX triplet: B0, 33 and 0A. RGB value is (176,51,10). Sum of RGB (Red+Green+Blue) = 176+51+10=237 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.26% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 176 - color contains mainly: red. Hex color #B0330A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0330A is #4FCCF5. Grayscale: #535353. Windows color (decimal): -5229814 or 668592. OLE color: 668592.

HSL color Cylindrical-coordinate representation of color #B0330A: hue angle of 14.82º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0330A is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 51 10 -
CMYK 0 0.71 0.94 0.31
HSL 14.82º 0.89% 0.36% -
HSV(B) 14.82º 0.94% 0.69% -
XYZ 19.14 11.62 1.52 -
YUV 83.7 86.41 193.83 -
System Red Green Blue C M Y K H S L
Decimal 176 51 10 0 0.71 0.94 0.31 14.82 0.89 0.36
Hex B0 33 A 0 47 5E 1F F 59 24
Octal 260 63 12 0 107 136 37 17 131 44
Binary 10110000 110011 1010 0 1000111 1011110 11111 1111 1011001 100100

Color Harmonies of #B0330A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0330A

Black with #B0330A

Text Example


Text Example

White with #B0330A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0330A; }

 p { color: rgb(176,51,10); }

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

background-color css

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

 a { background-color: rgb(176,51,10); }

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

border-color css

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

 span { border-color: rgb(176,51,10); }

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