Html Css Color HEX #BB3A00 Rust

📋 copy color: '#BB3A00'

red 187 ◦ green 58 ◦ blue 0

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

Shades of Rust #BB3A00

Tints of Rust #BB3A00

RGB

 RED value IS 187 (73.44% from 255) = 76.33%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.33%
G = 23.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB3A00 (or 0xBB3A00) is known color: Rust. HEX triplet: BB, 3A and 00. RGB value is (187,58,0). Sum of RGB (Red+Green+Blue) = 187+58+0=245 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.33% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3A00 is #44C5FF. Grayscale: #5A5A5A. Windows color (decimal): -4507136 or 15035. OLE color: 15035.

HSL color Cylindrical-coordinate representation of color #BB3A00: hue angle of 18.61º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB3A00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 58 0 -
CMYK 0 0.69 1 0.27
HSL 18.61º 1% 0.37% -
HSV(B) 18.61º 1% 0.73% -
XYZ 22.01 13.59 1.46 -
YUV 89.96 77.24 197.22 -
System Red Green Blue C M Y K H S L
Decimal 187 58 0 0 0.69 1 0.27 18.61 1 0.37
Hex BB 3A 0 0 45 64 1B 13 64 25
Octal 273 72 0 0 105 144 33 23 144 45
Binary 10111011 111010 0 0 1000101 1100100 11011 10011 1100100 100101

Color Harmonies of #BB3A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3A00

Black with #BB3A00

Text Example


Text Example

White with #BB3A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3A00; }

 p { color: rgb(187,58,0); }

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

background-color css

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

 a { background-color: rgb(187,58,0); }

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

border-color css

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

 span { border-color: rgb(187,58,0); }

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