Html Css Color HEX #BB421C Rust

📋 copy color: '#BB421C'

red 187 ◦ green 66 ◦ blue 28

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

Shades of Rust #BB421C

Tints of Rust #BB421C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.49%

 BLUE value IS 28 (11.33% from 255) = 9.96%

R = 66.55%
G = 23.49%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BB421C (or 0xBB421C) is known color: Rust. HEX triplet: BB, 42 and 1C. RGB value is (187,66,28). Sum of RGB (Red+Green+Blue) = 187+66+28=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB421C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB421C is #44BDE3. Grayscale: #626262. Windows color (decimal): -4505060 or 1852091. OLE color: 1852091.

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

Color convert

RGB 187 66 28 -
CMYK 0 0.65 0.85 0.27
HSL 14.34º 0.74% 0.42% -
HSV(B) 14.34º 0.85% 0.73% -
XYZ 22.65 14.55 2.71 -
YUV 97.85 88.59 191.59 -
System Red Green Blue C M Y K H S L
Decimal 187 66 28 0 0.65 0.85 0.27 14.34 0.74 0.42
Hex BB 42 1C 0 41 55 1B E 4A 2A
Octal 273 102 34 0 101 125 33 16 112 52
Binary 10111011 1000010 11100 0 1000001 1010101 11011 1110 1001010 101010

Color Harmonies of #BB421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB421C

Black with #BB421C

Text Example


Text Example

White with #BB421C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB421C; }

 p { color: rgb(187,66,28); }

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

background-color css

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

 a { background-color: rgb(187,66,28); }

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

border-color css

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

 span { border-color: rgb(187,66,28); }

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