Html Css Color HEX #BB4314 Rust

📋 copy color: '#BB4314'

red 187 ◦ green 67 ◦ blue 20

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

Shades of Rust #BB4314

Tints of Rust #BB4314

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.45%

 BLUE value IS 20 (8.2% from 255) = 7.3%

R = 68.25%
G = 24.45%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB4314 (or 0xBB4314) is known color: Rust. HEX triplet: BB, 43 and 14. RGB value is (187,67,20). Sum of RGB (Red+Green+Blue) = 187+67+20=274 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.25% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4314 is #44BCEB. Grayscale: #616161. Windows color (decimal): -4504812 or 1328059. OLE color: 1328059.

HSL color Cylindrical-coordinate representation of color #BB4314: hue angle of 16.89º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB4314 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 67 20 -
CMYK 0 0.64 0.89 0.27
HSL 16.89º 0.81% 0.41% -
HSV(B) 16.89º 0.89% 0.73% -
XYZ 22.63 14.63 2.29 -
YUV 97.52 84.26 191.82 -
System Red Green Blue C M Y K H S L
Decimal 187 67 20 0 0.64 0.89 0.27 16.89 0.81 0.41
Hex BB 43 14 0 40 59 1B 11 51 29
Octal 273 103 24 0 100 131 33 21 121 51
Binary 10111011 1000011 10100 0 1000000 1011001 11011 10001 1010001 101001

Color Harmonies of #BB4314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4314

Black with #BB4314

Text Example


Text Example

White with #BB4314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4314; }

 p { color: rgb(187,67,20); }

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

background-color css

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

 a { background-color: rgb(187,67,20); }

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

border-color css

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

 span { border-color: rgb(187,67,20); }

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