Html Css Color HEX #BB3002 Rust

📋 copy color: '#BB3002'

red 187 ◦ green 48 ◦ blue 2

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

Shades of Rust #BB3002

Tints of Rust #BB3002

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.25%

 BLUE value IS 2 (1.17% from 255) = 0.84%

R = 78.9%
G = 20.25%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB3002 (or 0xBB3002) is known color: Rust. HEX triplet: BB, 30 and 02. RGB value is (187,48,2). Sum of RGB (Red+Green+Blue) = 187+48+2=237 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.90% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3002 is #44CFFD. Grayscale: #545454. Windows color (decimal): -4509694 or 143547. OLE color: 143547.

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

Color convert

RGB 187 48 2 -
CMYK 0 0.74 0.99 0.27
HSL 14.92º 0.98% 0.37% -
HSV(B) 14.92º 0.99% 0.73% -
XYZ 21.56 12.68 1.37 -
YUV 84.32 81.55 201.24 -
System Red Green Blue C M Y K H S L
Decimal 187 48 2 0 0.74 0.99 0.27 14.92 0.98 0.37
Hex BB 30 2 0 4A 63 1B F 62 25
Octal 273 60 2 0 112 143 33 17 142 45
Binary 10111011 110000 10 0 1001010 1100011 11011 1111 1100010 100101

Color Harmonies of #BB3002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3002

Black with #BB3002

Text Example


Text Example

White with #BB3002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3002; }

 p { color: rgb(187,48,2); }

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

background-color css

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

 a { background-color: rgb(187,48,2); }

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

border-color css

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

 span { border-color: rgb(187,48,2); }

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