Html Css Color HEX #BB3800 Rust

📋 copy color: '#BB3800'

red 187 ◦ green 56 ◦ blue 0

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

Shades of Rust #BB3800

Tints of Rust #BB3800

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.05%

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

R = 76.95%
G = 23.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB3800 (or 0xBB3800) is known color: Rust. HEX triplet: BB, 38 and 00. RGB value is (187,56,0). Sum of RGB (Red+Green+Blue) = 187+56+0=243 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.95% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3800 is #44C7FF. Grayscale: #595959. Windows color (decimal): -4507648 or 14523. OLE color: 14523.

HSL color Cylindrical-coordinate representation of color #BB3800: hue angle of 17.97º 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 #BB3800 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 56 0 -
CMYK 0 0.70 1 0.27
HSL 17.97º 1% 0.37% -
HSV(B) 17.97º 1% 0.73% -
XYZ 21.91 13.39 1.43 -
YUV 88.79 77.9 198.05 -
System Red Green Blue C M Y K H S L
Decimal 187 56 0 0 0.70 1 0.27 17.97 1 0.37
Hex BB 38 0 0 46 64 1B 12 64 25
Octal 273 70 0 0 106 144 33 22 144 45
Binary 10111011 111000 0 0 1000110 1100100 11011 10010 1100100 100101

Color Harmonies of #BB3800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3800

Black with #BB3800

Text Example


Text Example

White with #BB3800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3800; }

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

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

background-color css

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

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

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

border-color css

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

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

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