Html Css Color HEX #BB4A12 Rust

📋 copy color: '#BB4A12'

red 187 ◦ green 74 ◦ blue 18

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

Shades of Rust #BB4A12

Tints of Rust #BB4A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.45%

R = 67.03%
G = 26.52%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB4A12 (or 0xBB4A12) is known color: Rust. HEX triplet: BB, 4A and 12. RGB value is (187,74,18). Sum of RGB (Red+Green+Blue) = 187+74+18=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4A12 is #44B5ED. Grayscale: #656565. Windows color (decimal): -4503022 or 1198779. OLE color: 1198779.

HSL color Cylindrical-coordinate representation of color #BB4A12: hue angle of 19.88º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB4A12 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 74 18 -
CMYK 0 0.60 0.90 0.27
HSL 19.88º 0.82% 0.4% -
HSV(B) 19.88º 0.9% 0.73% -
XYZ 23.05 15.51 2.35 -
YUV 101.4 80.94 189.05 -
System Red Green Blue C M Y K H S L
Decimal 187 74 18 0 0.60 0.90 0.27 19.88 0.82 0.4
Hex BB 4A 12 0 3C 5A 1B 14 52 28
Octal 273 112 22 0 74 132 33 24 122 50
Binary 10111011 1001010 10010 0 111100 1011010 11011 10100 1010010 101000

Color Harmonies of #BB4A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4A12

Black with #BB4A12

Text Example


Text Example

White with #BB4A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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