Html Css Color HEX #BB4D0A Rust

📋 copy color: '#BB4D0A'

red 187 ◦ green 77 ◦ blue 10

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

Shades of Rust #BB4D0A

Tints of Rust #BB4D0A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.1%

 BLUE value IS 10 (4.3% from 255) = 3.65%

R = 68.25%
G = 28.1%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB4D0A (or 0xBB4D0A) is known color: Rust. HEX triplet: BB, 4D and 0A. RGB value is (187,77,10). Sum of RGB (Red+Green+Blue) = 187+77+10=274 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.25% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 10 (4.30% from 255 or 3.65% from 274); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB4D0A is #44B2F5. Grayscale: #666666. Windows color (decimal): -4502262 or 675259. OLE color: 675259.

HSL color Cylindrical-coordinate representation of color #BB4D0A: hue angle of 22.71º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB4D0A is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 77 10 -
CMYK 0 0.59 0.95 0.27
HSL 22.71º 0.9% 0.39% -
HSV(B) 22.71º 0.95% 0.73% -
XYZ 23.2 15.89 2.13 -
YUV 102.25 75.94 188.45 -
System Red Green Blue C M Y K H S L
Decimal 187 77 10 0 0.59 0.95 0.27 22.71 0.9 0.39
Hex BB 4D A 0 3B 5F 1B 17 5A 27
Octal 273 115 12 0 73 137 33 27 132 47
Binary 10111011 1001101 1010 0 111011 1011111 11011 10111 1011010 100111

Color Harmonies of #BB4D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4D0A

Black with #BB4D0A

Text Example


Text Example

White with #BB4D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4D0A; }

 p { color: rgb(187,77,10); }

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

background-color css

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

 a { background-color: rgb(187,77,10); }

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

border-color css

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

 span { border-color: rgb(187,77,10); }

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