Html Css Color HEX #BB3E03 Rust

📋 copy color: '#BB3E03'

red 187 ◦ green 62 ◦ blue 3

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

Shades of Rust #BB3E03

Tints of Rust #BB3E03

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.6%

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

R = 74.21%
G = 24.6%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB3E03 (or 0xBB3E03) is known color: Rust. HEX triplet: BB, 3E and 03. RGB value is (187,62,3). Sum of RGB (Red+Green+Blue) = 187+62+3=252 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.21% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 3 (1.56% from 255 or 1.19% from 252); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3E03 is #44C1FC. Grayscale: #5D5D5D. Windows color (decimal): -4506109 or 212667. OLE color: 212667.

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

Color convert

RGB 187 62 3 -
CMYK 0 0.67 0.98 0.27
HSL 19.24º 0.97% 0.37% -
HSV(B) 19.24º 0.98% 0.73% -
XYZ 22.23 14.02 1.62 -
YUV 92.65 77.41 195.3 -
System Red Green Blue C M Y K H S L
Decimal 187 62 3 0 0.67 0.98 0.27 19.24 0.97 0.37
Hex BB 3E 3 0 43 62 1B 13 61 25
Octal 273 76 3 0 103 142 33 23 141 45
Binary 10111011 111110 11 0 1000011 1100010 11011 10011 1100001 100101

Color Harmonies of #BB3E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3E03

Black with #BB3E03

Text Example


Text Example

White with #BB3E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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