Html Css Color HEX #BB4502 Rust

📋 copy color: '#BB4502'

red 187 ◦ green 69 ◦ blue 2

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

Shades of Rust #BB4502

Tints of Rust #BB4502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.74%

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

R = 72.48%
G = 26.74%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB4502 (or 0xBB4502) is known color: Rust. HEX triplet: BB, 45 and 02. RGB value is (187,69,2). Sum of RGB (Red+Green+Blue) = 187+69+2=258 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.48% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4502 is #44BAFD. Grayscale: #616161. Windows color (decimal): -4504318 or 148923. OLE color: 148923.

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

Color convert

RGB 187 69 2 -
CMYK 0 0.63 0.99 0.27
HSL 21.73º 0.98% 0.37% -
HSV(B) 21.73º 0.99% 0.73% -
XYZ 22.63 14.83 1.73 -
YUV 96.64 74.59 192.45 -
System Red Green Blue C M Y K H S L
Decimal 187 69 2 0 0.63 0.99 0.27 21.73 0.98 0.37
Hex BB 45 2 0 3F 63 1B 16 62 25
Octal 273 105 2 0 77 143 33 26 142 45
Binary 10111011 1000101 10 0 111111 1100011 11011 10110 1100010 100101

Color Harmonies of #BB4502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4502

Black with #BB4502

Text Example


Text Example

White with #BB4502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4502; }

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

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

background-color css

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

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

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

border-color css

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

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

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