Html Css Color HEX #BB421D Rust

📋 copy color: '#BB421D'

red 187 ◦ green 66 ◦ blue 29

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

Shades of Rust #BB421D

Tints of Rust #BB421D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.28%

R = 66.31%
G = 23.4%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB421D (or 0xBB421D) is known color: Rust. HEX triplet: BB, 42 and 1D. RGB value is (187,66,29). Sum of RGB (Red+Green+Blue) = 187+66+29=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB421D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB421D is #44BDE2. Grayscale: #626262. Windows color (decimal): -4505059 or 1917627. OLE color: 1917627.

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

Color convert

RGB 187 66 29 -
CMYK 0 0.65 0.84 0.27
HSL 14.05º 0.73% 0.42% -
HSV(B) 14.05º 0.84% 0.73% -
XYZ 22.66 14.55 2.78 -
YUV 97.96 89.09 191.51 -
System Red Green Blue C M Y K H S L
Decimal 187 66 29 0 0.65 0.84 0.27 14.05 0.73 0.42
Hex BB 42 1D 0 41 54 1B E 49 2A
Octal 273 102 35 0 101 124 33 16 111 52
Binary 10111011 1000010 11101 0 1000001 1010100 11011 1110 1001001 101010

Color Harmonies of #BB421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB421D

Black with #BB421D

Text Example


Text Example

White with #BB421D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB421D; }

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

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

background-color css

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

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

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

border-color css

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

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

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