Html Css Color HEX #BB4221 Rust

📋 copy color: '#BB4221'

red 187 ◦ green 66 ◦ blue 33

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

Shades of Rust #BB4221

Tints of Rust #BB4221

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.08%

 BLUE value IS 33 (13.28% from 255) = 11.54%

R = 65.38%
G = 23.08%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BB4221 (or 0xBB4221) is known color: Rust. HEX triplet: BB, 42 and 21. RGB value is (187,66,33). Sum of RGB (Red+Green+Blue) = 187+66+33=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4221 is #44BDDE. Grayscale: #626262. Windows color (decimal): -4505055 or 2179771. OLE color: 2179771.

HSL color Cylindrical-coordinate representation of color #BB4221: hue angle of 12.86º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB4221 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 66 33 -
CMYK 0 0.65 0.82 0.27
HSL 12.86º 0.7% 0.43% -
HSV(B) 12.86º 0.82% 0.73% -
XYZ 22.72 14.57 3.05 -
YUV 98.42 91.09 191.18 -
System Red Green Blue C M Y K H S L
Decimal 187 66 33 0 0.65 0.82 0.27 12.86 0.7 0.43
Hex BB 42 21 0 41 52 1B D 46 2B
Octal 273 102 41 0 101 122 33 15 106 53
Binary 10111011 1000010 100001 0 1000001 1010010 11011 1101 1000110 101011

Color Harmonies of #BB4221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4221

Black with #BB4221

Text Example


Text Example

White with #BB4221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4221; }

 p { color: rgb(187,66,33); }

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

background-color css

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

 a { background-color: rgb(187,66,33); }

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

border-color css

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

 span { border-color: rgb(187,66,33); }

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