Html Css Color HEX #BB420C Rust

📋 copy color: '#BB420C'

red 187 ◦ green 66 ◦ blue 12

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

Shades of Rust #BB420C

Tints of Rust #BB420C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.53%

R = 70.57%
G = 24.91%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB420C (or 0xBB420C) is known color: Rust. HEX triplet: BB, 42 and 0C. RGB value is (187,66,12). Sum of RGB (Red+Green+Blue) = 187+66+12=265 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.57% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 187 - color contains mainly: red. Hex color #BB420C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB420C is #44BDF3. Grayscale: #606060. Windows color (decimal): -4505076 or 803515. OLE color: 803515.

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

Color convert

RGB 187 66 12 -
CMYK 0 0.65 0.94 0.27
HSL 18.51º 0.88% 0.39% -
HSV(B) 18.51º 0.94% 0.73% -
XYZ 22.51 14.49 1.96 -
YUV 96.02 80.59 192.89 -
System Red Green Blue C M Y K H S L
Decimal 187 66 12 0 0.65 0.94 0.27 18.51 0.88 0.39
Hex BB 42 C 0 41 5E 1B 13 58 27
Octal 273 102 14 0 101 136 33 23 130 47
Binary 10111011 1000010 1100 0 1000001 1011110 11011 10011 1011000 100111

Color Harmonies of #BB420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB420C

Black with #BB420C

Text Example


Text Example

White with #BB420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB420C; }

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

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

background-color css

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

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

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

border-color css

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

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

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