Html Css Color HEX #BB4A0A Rust

📋 copy color: '#BB4A0A'

red 187 ◦ green 74 ◦ blue 10

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

Shades of Rust #BB4A0A

Tints of Rust #BB4A0A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.31%

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

R = 69%
G = 27.31%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB4A0A (or 0xBB4A0A) is known color: Rust. HEX triplet: BB, 4A and 0A. RGB value is (187,74,10). Sum of RGB (Red+Green+Blue) = 187+74+10=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4A0A is #44B5F5. Grayscale: #646464. Windows color (decimal): -4503030 or 674491. OLE color: 674491.

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

Color convert

RGB 187 74 10 -
CMYK 0 0.60 0.95 0.27
HSL 21.69º 0.9% 0.39% -
HSV(B) 21.69º 0.95% 0.73% -
XYZ 23 15.48 2.06 -
YUV 100.49 76.94 189.7 -
System Red Green Blue C M Y K H S L
Decimal 187 74 10 0 0.60 0.95 0.27 21.69 0.9 0.39
Hex BB 4A A 0 3C 5F 1B 16 5A 27
Octal 273 112 12 0 74 137 33 26 132 47
Binary 10111011 1001010 1010 0 111100 1011111 11011 10110 1011010 100111

Color Harmonies of #BB4A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4A0A

Black with #BB4A0A

Text Example


Text Example

White with #BB4A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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