Html Css Color HEX #BB410F Rust

📋 copy color: '#BB410F'

red 187 ◦ green 65 ◦ blue 15

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

Shades of Rust #BB410F

Tints of Rust #BB410F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.34%

 BLUE value IS 15 (6.25% from 255) = 5.62%

R = 70.04%
G = 24.34%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB410F (or 0xBB410F) is known color: Rust. HEX triplet: BB, 41 and 0F. RGB value is (187,65,15). Sum of RGB (Red+Green+Blue) = 187+65+15=267 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.04% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 187 - color contains mainly: red. Hex color #BB410F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB410F is #44BEF0. Grayscale: #606060. Windows color (decimal): -4505329 or 999867. OLE color: 999867.

HSL color Cylindrical-coordinate representation of color #BB410F: hue angle of 17.44º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB410F is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 65 15 -
CMYK 0 0.65 0.92 0.27
HSL 17.44º 0.85% 0.4% -
HSV(B) 17.44º 0.92% 0.73% -
XYZ 22.47 14.38 2.04 -
YUV 95.78 82.42 193.07 -
System Red Green Blue C M Y K H S L
Decimal 187 65 15 0 0.65 0.92 0.27 17.44 0.85 0.4
Hex BB 41 F 0 41 5C 1B 11 55 28
Octal 273 101 17 0 101 134 33 21 125 50
Binary 10111011 1000001 1111 0 1000001 1011100 11011 10001 1010101 101000

Color Harmonies of #BB410F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB410F

Black with #BB410F

Text Example


Text Example

White with #BB410F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB410F; }

 p { color: rgb(187,65,15); }

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

background-color css

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

 a { background-color: rgb(187,65,15); }

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

border-color css

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

 span { border-color: rgb(187,65,15); }

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