Html Css Color HEX #BB4003 Rust

📋 copy color: '#BB4003'

red 187 ◦ green 64 ◦ blue 3

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

Shades of Rust #BB4003

Tints of Rust #BB4003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.18%

R = 73.62%
G = 25.2%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB4003 (or 0xBB4003) is known color: Rust. HEX triplet: BB, 40 and 03. RGB value is (187,64,3). Sum of RGB (Red+Green+Blue) = 187+64+3=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4003 is #44BFFC. Grayscale: #5E5E5E. Windows color (decimal): -4505597 or 213179. OLE color: 213179.

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

Color convert

RGB 187 64 3 -
CMYK 0 0.66 0.98 0.27
HSL 19.89º 0.97% 0.37% -
HSV(B) 19.89º 0.98% 0.73% -
XYZ 22.34 14.24 1.66 -
YUV 93.82 76.75 194.46 -
System Red Green Blue C M Y K H S L
Decimal 187 64 3 0 0.66 0.98 0.27 19.89 0.97 0.37
Hex BB 40 3 0 42 62 1B 14 61 25
Octal 273 100 3 0 102 142 33 24 141 45
Binary 10111011 1000000 11 0 1000010 1100010 11011 10100 1100001 100101

Color Harmonies of #BB4003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4003

Black with #BB4003

Text Example


Text Example

White with #BB4003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4003; }

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

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

background-color css

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

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

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

border-color css

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

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

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