Html Css Color HEX #BB4C1A Rust

📋 copy color: '#BB4C1A'

red 187 ◦ green 76 ◦ blue 26

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

Shades of Rust #BB4C1A

Tints of Rust #BB4C1A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.3%

 BLUE value IS 26 (10.55% from 255) = 9%

R = 64.71%
G = 26.3%
B = 9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB4C1A (or 0xBB4C1A) is known color: Rust. HEX triplet: BB, 4C and 1A. RGB value is (187,76,26). Sum of RGB (Red+Green+Blue) = 187+76+26=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4C1A is #44B3E5. Grayscale: #676767. Windows color (decimal): -4502502 or 1723579. OLE color: 1723579.

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

Color convert

RGB 187 76 26 -
CMYK 0 0.59 0.86 0.27
HSL 18.63º 0.76% 0.42% -
HSV(B) 18.63º 0.86% 0.73% -
XYZ 23.26 15.81 2.8 -
YUV 103.49 84.27 187.57 -
System Red Green Blue C M Y K H S L
Decimal 187 76 26 0 0.59 0.86 0.27 18.63 0.76 0.42
Hex BB 4C 1A 0 3B 56 1B 13 4C 2A
Octal 273 114 32 0 73 126 33 23 114 52
Binary 10111011 1001100 11010 0 111011 1010110 11011 10011 1001100 101010

Color Harmonies of #BB4C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4C1A

Black with #BB4C1A

Text Example


Text Example

White with #BB4C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4C1A; }

 p { color: rgb(187,76,26); }

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

background-color css

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

 a { background-color: rgb(187,76,26); }

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

border-color css

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

 span { border-color: rgb(187,76,26); }

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