Html Css Color HEX #BB3B02 Rust

📋 copy color: '#BB3B02'

red 187 ◦ green 59 ◦ blue 2

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

Shades of Rust #BB3B02

Tints of Rust #BB3B02

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.79%

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 75.4%
G = 23.79%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB3B02 (or 0xBB3B02) is known color: Rust. HEX triplet: BB, 3B and 02. RGB value is (187,59,2). Sum of RGB (Red+Green+Blue) = 187+59+2=248 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.40% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3B02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3B02 is #44C4FD. Grayscale: #5B5B5B. Windows color (decimal): -4506878 or 146363. OLE color: 146363.

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

Color convert

RGB 187 59 2 -
CMYK 0 0.68 0.99 0.27
HSL 18.49º 0.98% 0.37% -
HSV(B) 18.49º 0.99% 0.73% -
XYZ 22.07 13.7 1.54 -
YUV 90.77 77.91 196.63 -
System Red Green Blue C M Y K H S L
Decimal 187 59 2 0 0.68 0.99 0.27 18.49 0.98 0.37
Hex BB 3B 2 0 44 63 1B 12 62 25
Octal 273 73 2 0 104 143 33 22 142 45
Binary 10111011 111011 10 0 1000100 1100011 11011 10010 1100010 100101

Color Harmonies of #BB3B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3B02

Black with #BB3B02

Text Example


Text Example

White with #BB3B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3B02; }

 p { color: rgb(187,59,2); }

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

background-color css

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

 a { background-color: rgb(187,59,2); }

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

border-color css

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

 span { border-color: rgb(187,59,2); }

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