Html Css Color HEX #BB3A02 Rust

📋 copy color: '#BB3A02'

red 187 ◦ green 58 ◦ blue 2

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

Shades of Rust #BB3A02

Tints of Rust #BB3A02

RGB

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

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

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

R = 75.71%
G = 23.48%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB3A02 (or 0xBB3A02) is known color: Rust. HEX triplet: BB, 3A and 02. RGB value is (187,58,2). Sum of RGB (Red+Green+Blue) = 187+58+2=247 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.71% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3A02 is #44C5FD. Grayscale: #5A5A5A. Windows color (decimal): -4507134 or 146107. OLE color: 146107.

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

Color convert

RGB 187 58 2 -
CMYK 0 0.69 0.99 0.27
HSL 18.16º 0.98% 0.37% -
HSV(B) 18.16º 0.99% 0.73% -
XYZ 22.02 13.6 1.52 -
YUV 90.19 78.24 197.05 -
System Red Green Blue C M Y K H S L
Decimal 187 58 2 0 0.69 0.99 0.27 18.16 0.98 0.37
Hex BB 3A 2 0 45 63 1B 12 62 25
Octal 273 72 2 0 105 143 33 22 142 45
Binary 10111011 111010 10 0 1000101 1100011 11011 10010 1100010 100101

Color Harmonies of #BB3A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3A02

Black with #BB3A02

Text Example


Text Example

White with #BB3A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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