Html Css Color HEX #BB3003 Rust

📋 copy color: '#BB3003'

red 187 ◦ green 48 ◦ blue 3

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

Shades of Rust #BB3003

Tints of Rust #BB3003

RGB

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

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

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

R = 78.57%
G = 20.17%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB3003 (or 0xBB3003) is known color: Rust. HEX triplet: BB, 30 and 03. RGB value is (187,48,3). Sum of RGB (Red+Green+Blue) = 187+48+3=238 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.57% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3003 is #44CFFC. Grayscale: #545454. Windows color (decimal): -4509693 or 209083. OLE color: 209083.

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

Color convert

RGB 187 48 3 -
CMYK 0 0.74 0.98 0.27
HSL 14.67º 0.97% 0.37% -
HSV(B) 14.67º 0.98% 0.73% -
XYZ 21.57 12.69 1.4 -
YUV 84.43 82.05 201.16 -
System Red Green Blue C M Y K H S L
Decimal 187 48 3 0 0.74 0.98 0.27 14.67 0.97 0.37
Hex BB 30 3 0 4A 62 1B F 61 25
Octal 273 60 3 0 112 142 33 17 141 45
Binary 10111011 110000 11 0 1001010 1100010 11011 1111 1100001 100101

Color Harmonies of #BB3003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3003

Black with #BB3003

Text Example


Text Example

White with #BB3003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3003; }

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

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

background-color css

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

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

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

border-color css

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

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

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