Html Css Color HEX #BB3D00 Rust

📋 copy color: '#BB3D00'

red 187 ◦ green 61 ◦ blue 0

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

Shades of Rust #BB3D00

Tints of Rust #BB3D00

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.6%

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

R = 75.4%
G = 24.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB3D00 (or 0xBB3D00) is known color: Rust. HEX triplet: BB, 3D and 00. RGB value is (187,61,0). Sum of RGB (Red+Green+Blue) = 187+61+0=248 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.40% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3D00 is #44C2FF. Grayscale: #5C5C5C. Windows color (decimal): -4506368 or 15803. OLE color: 15803.

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

Color convert

RGB 187 61 0 -
CMYK 0 0.67 1 0.27
HSL 19.57º 1% 0.37% -
HSV(B) 19.57º 1% 0.73% -
XYZ 22.16 13.9 1.52 -
YUV 91.72 76.24 195.96 -
System Red Green Blue C M Y K H S L
Decimal 187 61 0 0 0.67 1 0.27 19.57 1 0.37
Hex BB 3D 0 0 43 64 1B 14 64 25
Octal 273 75 0 0 103 144 33 24 144 45
Binary 10111011 111101 0 0 1000011 1100100 11011 10100 1100100 100101

Color Harmonies of #BB3D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3D00

Black with #BB3D00

Text Example


Text Example

White with #BB3D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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