Html Css Color HEX #BB4002 Rust

📋 copy color: '#BB4002'

red 187 ◦ green 64 ◦ blue 2

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

Shades of Rust #BB4002

Tints of Rust #BB4002

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.3%

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

R = 73.91%
G = 25.3%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB4002 (or 0xBB4002) is known color: Rust. HEX triplet: BB, 40 and 02. RGB value is (187,64,2). Sum of RGB (Red+Green+Blue) = 187+64+2=253 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.91% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4002 is #44BFFD. Grayscale: #5E5E5E. Windows color (decimal): -4505598 or 147643. OLE color: 147643.

HSL color Cylindrical-coordinate representation of color #BB4002: hue angle of 20.11º 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 #BB4002 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 64 2 -
CMYK 0 0.66 0.99 0.27
HSL 20.11º 0.98% 0.37% -
HSV(B) 20.11º 0.99% 0.73% -
XYZ 22.34 14.24 1.63 -
YUV 93.71 76.25 194.54 -
System Red Green Blue C M Y K H S L
Decimal 187 64 2 0 0.66 0.99 0.27 20.11 0.98 0.37
Hex BB 40 2 0 42 63 1B 14 62 25
Octal 273 100 2 0 102 143 33 24 142 45
Binary 10111011 1000000 10 0 1000010 1100011 11011 10100 1100010 100101

Color Harmonies of #BB4002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4002

Black with #BB4002

Text Example


Text Example

White with #BB4002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4002; }

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

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

background-color css

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

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

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

border-color css

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

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

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